Skip to content

Commit

Permalink
Github Actions - Link Artifacts in PR comments; try more perms
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Feb 26, 2024
1 parent 29a9b79 commit fe9a97e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,11 @@ jobs:
artifacts:
if: github.event_name == 'pull_request'
needs: build
#permissions:
# issues: write
# pull-requests: write
permissions:
id-token: write
contents: read
issues: write
pull-requests: write
permissions: write-all
runs-on: ubuntu-latest
continue-on-error: false
Expand Down

0 comments on commit fe9a97e

Please sign in to comment.