Skip to content

Commit

Permalink
Explicitly specify token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
kfcampbell committed Nov 17, 2023
1 parent d5bf917 commit 0b42e40
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
happyPath:
name: "[TEST] Update existing pull request"
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 0b42e40

Please # to comment.