Skip to content

Commit 99cbbef

Browse files
committed
ci: use automation token for publishing to NPM
1 parent 2a932fe commit 99cbbef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ jobs:
108108
- name: Release new version to NPM
109109
env:
110110
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
111-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
111+
NPM_TOKEN: ${{ secrets.NPM_AUTOMATION_TOKEN }}
112112
run: npx semantic-release

0 commit comments

Comments
 (0)