Skip to content

Commit

Permalink
ci: add GITHUB_TOKEN to release workflow environment
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubingwu committed Jul 4, 2024
1 parent e2b05fb commit efeca30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ jobs:
publish: pnpm release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit efeca30

Please sign in to comment.