Skip to content

Commit

Permalink
ci: use automation token for publishing to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed Aug 12, 2023
1 parent 2a932fe commit 99cbbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ jobs:
- name: Release new version to NPM
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
run: npx semantic-release

0 comments on commit 99cbbef

Please sign in to comment.