Skip to content

Commit be2ec08

Browse files
committed
revert
1 parent ae714e9 commit be2ec08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/provenance.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ jobs:
1919
node-version: '20'
2020
registry-url: 'https://registry.npmjs.org'
2121
cache: npm
22+
scope: "@socketsecurity"
2223
- run: npm install -g npm@latest
2324
- run: npm ci
2425
- run: npm publish
2526
env:
26-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
27+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)