Skip to content

Commit

Permalink
fix(ci): Set permissions to write-all (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Stühmer <[email protected]>
  • Loading branch information
samtrion authored Mar 19, 2024
1 parent 09e7ad1 commit 6fba7a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
- lint
- test-javascript
if: ${{ github.actor != 'dependabot[bot]' && github.event_name == 'push' && github.ref == 'refs/heads/main'}}
permissions: write-all

steps:
- name: Checkout repository
Expand Down

0 comments on commit 6fba7a1

Please sign in to comment.