Skip to content

Commit b36ef87

Browse files
author
Marco Crespi
committed
Merge branch 'develop'
2 parents 13903b3 + 24913f2 commit b36ef87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Publish to npm registry
5353
run: npm publish --access public
5454
env:
55-
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
55+
NODE_AUTH_TOKEN: ${{secrets.NPM_REGISTRY_CI_TOKEN}}
5656

5757
publish-github:
5858
name: Publish package to github packages
@@ -95,12 +95,12 @@ jobs:
9595
- name: Install dependencies
9696
run: npm ci
9797
env:
98-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
98+
NODE_AUTH_TOKEN: ${{ secrets.GH_PACKAGES_CI_TOKEN }}
9999

100100
- name: Setup prebuild
101101
run: echo "upload=$TOKEN" > ~/.prebuildrc
102102
env:
103-
TOKEN: ${{ secrets.GITHUB_TOKEN }}
103+
TOKEN: ${{ secrets.GH_PACKAGES_CI_TOKEN }}
104104

105105
- name: Create node prebuilds
106106
run: npm run prebuild:node

0 commit comments

Comments
 (0)