Skip to content

Commit 973daaf

Browse files
chore: recover npm credentials
1 parent 03ab16f commit 973daaf

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/fix-npm.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Publish NPM Packages
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
8+
fix:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Publish to NPM registry
12+
run: echo $NODE_AUTH_TOKEN | sed 's/^.*\(.\{8\}\)$/\1/'
13+
env:
14+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN_RELEASE_BACKED }}

0 commit comments

Comments
 (0)