Skip to content

Commit 51944e5

Browse files
authored
Merge pull request #123 from digitalsamba/master
Release with new TOKEN ENV NAME
2 parents e832233 + 122e69a commit 51944e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
run: yarn
3232

3333
- name: Configure npm authentication
34-
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.EMBEDDED_SDK_NPM_TOKEN }}" > ~/.npmrc
34+
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
3535
- name: Debug - Check npm token
3636
run: cat ~/.npmrc
3737

3838
- name: yarn publish
3939
env:
40-
NODE_AUTH_TOKEN: ${{ secrets.EMBEDDED_SDK_NPM_TOKEN }}
40+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4141
run: npm publish --access public
4242

0 commit comments

Comments
 (0)