Skip to content

Commit 8aae669

Browse files
committed
Update CI
1 parent 77164a3 commit 8aae669

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Authenticate with GitHub Packages
3030
run: |
31-
echo "//npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}}" > ~/.npmrc
31+
echo "//npm.pkg.github.com/:_authToken=${{secrets.PUBLISH_GITHUB_TOKEN}}" > ~/.npmrc
3232
echo "registry=https://npm.pkg.github.com" >> ~/.npmrc
3333
3434
- name: Test publish to GitHub Packages
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Authenticate with npm
4545
run: |
46-
echo "//registry.npmjs.org/:_authToken=${{secrets.NPM_TOKEN}}" >> ~/.npmrc
46+
echo "//registry.npmjs.org/:_authToken=${{secrets.PUBLISH_NPM_TOKEN}}" >> ~/.npmrc
4747
4848
- name: Test publish to npm registry
4949
if: github.ref == 'refs/heads/ci'

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
build/
22
screenshots.png
33
.idea/
4+
.github/
5+
src/

0 commit comments

Comments
 (0)