Skip to content

Commit

Permalink
chore(ci): fix github permission with publish step (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjopa committed Feb 28, 2024
1 parent 5339384 commit bd90bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Expand Up @@ -34,3 +34,4 @@ jobs:
run: npm run release
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit bd90bcd

Please sign in to comment.