Skip to content

Commit

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

0 comments on commit 29a9b79

Please sign in to comment.