Skip to content

Commit cb556ac

Browse files
committed
fix(build): configure CI for NPM OIDC Tokens
1 parent d6227be commit cb556ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/npm_publish.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@ jobs:
3939
run: npm run build
4040
- name: Publish
4141
env:
42-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
43-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
44-
run: npx semantic-release
42+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
run: npx --yes semantic-release

0 commit comments

Comments
 (0)