Skip to content

Commit edb4afe

Browse files
committed
ci: remove npm_token use oidc
1 parent ff5703f commit edb4afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
# see https://github.com/sonofmagic/npm-lib-rollup-template/blob/main/.github/workflows/release.yml#L46
3838
# NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
40+
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4141
npm_config_registry: https://registry.npmjs.org

0 commit comments

Comments
 (0)