Skip to content

Commit

Permalink
fix: use github token for npm publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroos committed Jan 16, 2025
1 parent 42a7ad4 commit 934bd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
fi
- name: Semantic Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx --no -- semantic-release
- name: Deploy playground to GitHub Pages
Expand Down

0 comments on commit 934bd33

Please sign in to comment.