Skip to content

Commit

Permalink
Add token permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jspahrsummers committed Oct 29, 2024
1 parent c241f5f commit 477f014
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'release'
needs: build

permissions:
contents: write

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand Down

0 comments on commit 477f014

Please sign in to comment.