Fix token references

This commit is contained in:
Dominik Moritz 2019-09-18 11:50:21 -07:00 committed by GitHub
parent e565252a9d
commit 99fdb8ccb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ steps:
registry-url: 'https://npm.pkg.github.com'
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
```
Publish to npmjs and GPR with yarn:
@ -80,7 +80,7 @@ steps:
registry-url: 'https://npm.pkg.github.com'
- run: yarn publish
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.YARN_TOKEN }}
```
Use private packages: