Skip to content

Commit 4ceeb01

Browse files
authored
ci: remove npm token from GHA release.yml to test trusted publisher workflow without it (videojs#9121)
1 parent 20f8d76 commit 4ceeb01

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
# publish runs build for us via a prepublishOnly script
4444
- name: npm release
4545
run: npm publish --provenance --tag next
46-
env:
47-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4846

4947
- name: get current changelog
5048
run: node -e "console.log(require('./build/current-changelog.js')())" > CHANGELOG-LATEST.md

0 commit comments

Comments
 (0)