Skip to content

Commit

Permalink
give ci job write permissions for PRs
Browse files Browse the repository at this point in the history
allows actions-riff-raff to comment
  • Loading branch information
zekehuntergreen committed Jan 25, 2024
1 parent acf178e commit d62fb42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
permissions:
id-token: write
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit d62fb42

Please sign in to comment.