Skip to content

Commit

Permalink
Grant write permission for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
mouse256 committed Nov 25, 2024
1 parent 9df148e commit 5175a8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
contents: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5175a8f

Please sign in to comment.