Skip to content

Commit

Permalink
ci: fix job permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
micalevisk authored Jun 22, 2024
1 parent e9cd7d6 commit cac6e4f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
release:
timeout-minutes: 3
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand All @@ -25,4 +27,4 @@ jobs:
- run: npm run release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit cac6e4f

Please sign in to comment.