Skip to content

Commit 7ae83ba

Browse files
authored
Remove NPM token authentication
Publishing authorisation is now handled via OIDC
1 parent 2c9f68c commit 7ae83ba

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,11 @@ jobs:
8686
if: "!github.event.release.prerelease"
8787
working-directory: ./package/package
8888
run: npm publish --provenance --access public
89-
env:
90-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
9189

9290
- name: Publish release candidate to NPM
9391
if: github.event.release.prerelease
9492
working-directory: ./package/package
9593
run: npm publish --provenance --access public --tag rc
96-
env:
97-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
9894

9995
- name: Generate docs
10096
if: "!github.event.release.prerelease"

0 commit comments

Comments
 (0)