Browse Source
update secret for github package
pull/273/head
v2.0.0
butlerx
4 years ago
No known key found for this signature in database
GPG Key ID: B37CA765BAA89170
1 changed files with
1 additions and
1 deletions
-
.github/workflows/publish.yml
|
@ -51,4 +51,4 @@ jobs: |
|
|
- run: yarn |
|
|
- run: yarn |
|
|
- run: yarn publish --non-interactive |
|
|
- run: yarn publish --non-interactive |
|
|
env: |
|
|
env: |
|
|
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} |
|
|
NODE_AUTH_TOKEN: ${{secrets.NODE_GITHUB_TOKEN}} |
|
|