Skip to content

Commit 9712525

Browse files
authored
Remove NPM_TOKEN from release-cycle CI (#6009)
1 parent 8d6294f commit 9712525

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release-cycle.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,8 @@ jobs:
151151
- name: Publish
152152
run: bash scripts/release/workflow/publish.sh
153153
env:
154-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
155154
TARBALL: ${{ steps.pack.outputs.tarball }}
156155
TAG: ${{ steps.pack.outputs.tag }}
157-
NPM_CONFIG_PROVENANCE: true
158156
- name: Create Github Release
159157
uses: actions/github-script@v8
160158
env:

0 commit comments

Comments
 (0)