Skip to content

Commit 5939da6

Browse files
committed
web: Remove npm token
1 parent 04752b2 commit 5939da6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release_nightly.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,6 @@ jobs:
517517
run: npm publish --tag latest --access public --provenance
518518
continue-on-error: true
519519
working-directory: web/packages/selfhosted/dist
520-
env:
521-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
522520

523521
- name: Package selfhosted
524522
run: zip -r "${{ needs.create-nightly-release.outputs.package_prefix }}-web-selfhosted.zip" .

0 commit comments

Comments
 (0)