Skip to content

Commit

Permalink
fix(action): trying new auth token for github release action
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoegelin committed Feb 12, 2024
1 parent e90fba8 commit 896c67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm run build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_FOR_GITHUB }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release
- name: Deploy to Github Pages
Expand Down

0 comments on commit 896c67e

Please sign in to comment.