Skip to content

Commit

Permalink
🐛 configure GH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianWilms committed Apr 5, 2024
1 parent 852c94a commit c16600d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: npm run build # or any other step to build your package
- name: run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run semantic-release

0 comments on commit c16600d

Please sign in to comment.