Skip to content

Commit 1f12b1e

Browse files
authored
Remove NODE_AUTH_TOKEN from NPM publish steps
Removed NODE_AUTH_TOKEN environment variable from NPM publish steps. Signed-off-by: Zefir <[email protected]>
1 parent 65fa717 commit 1f12b1e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,11 @@ jobs:
145145
if: "!github.event.release.prerelease"
146146
working-directory: ./package/package
147147
run: npm publish --provenance --access public
148-
env:
149-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
150148

151149
- name: Publish release candidate to NPM
152150
if: github.event.release.prerelease
153151
working-directory: ./package/package
154152
run: npm publish --provenance --access public --tag rc
155-
env:
156-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
157153

158154
- name: Generate docs
159155
if: "!github.event.release.prerelease"

0 commit comments

Comments
 (0)