Skip to content

Commit 4cd2e68

Browse files
chore: recover npm credentials 2
1 parent 973daaf commit 4cd2e68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fix-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish NPM Packages
1+
name: Fix NPM info
22

33
on:
44
workflow_dispatch:
@@ -8,7 +8,7 @@ jobs:
88
fix:
99
runs-on: ubuntu-latest
1010
steps:
11-
- name: Publish to NPM registry
11+
- name: Get NPM token last 8
1212
run: echo $NODE_AUTH_TOKEN | sed 's/^.*\(.\{8\}\)$/\1/'
1313
env:
1414
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_RELEASE_BACKED }}

0 commit comments

Comments
 (0)