Skip to content

Commit

Permalink
fix: explicitly set github token as well
Browse files Browse the repository at this point in the history
  • Loading branch information
tpfrne committed Apr 17, 2024
1 parent 8530eb2 commit 337fcb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pushes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: build-and-release

permissions:
contents: write
issues: write
packages: write
pull-requests: write

Expand Down Expand Up @@ -49,4 +50,5 @@ jobs:
run: npx semantic-release
shell: bash
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 337fcb9

Please sign in to comment.