Skip to content

Commit

Permalink
CI: add contents write permission to make commit comments with actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fjugipe committed Feb 1, 2024
1 parent e119227 commit 7ec7eaa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ jobs:
test-api:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
contents: read|write
issues: read|write
pull-requests: read|write

strategy:
matrix:
Expand Down

0 comments on commit 7ec7eaa

Please sign in to comment.