Skip to content

Commit 3c7828b

Browse files
committed
ci: 💚 authorize to NPM using token
1 parent 98a368d commit 3c7828b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
git config user.name "avchugaev"
2525
git config user.email "achugaev93@gmail.com"
2626
27+
- name: NPM login
28+
run: echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/.npmrc
29+
env:
30+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
31+
2732
- name: Install dependencies
2833
run: npm ci
2934

0 commit comments

Comments
 (0)