Skip to content

Commit

Permalink
ci: fix permission for commenting with PR artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed May 22, 2024
1 parent c56282e commit d43f58b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ jobs:
build:
runs-on: ubuntu-latest

permissions:
contents: read
pull-requests: write

concurrency:
group: artifacts-${{ github.ref }}
cancel-in-progress: true
Expand Down

0 comments on commit d43f58b

Please sign in to comment.