Skip to content

Commit 1f66926

Browse files
committed
Removed NPMJS token from workflow
1 parent 731cdce commit 1f66926

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,3 @@ jobs:
4141
cd dist
4242
npm publish --provenance --access public --tag $TAG
4343
echo "url=https://www.npmjs.com/package/@waves/ts-lib-crypto/v/$(jq --raw-output .version package.json)" >> "$GITHUB_OUTPUT"
44-
env:
45-
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_TOKEN }}

0 commit comments

Comments
 (0)