We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c3807 commit c151b29Copy full SHA for c151b29
.github/workflows/publish.yml
@@ -42,11 +42,12 @@ jobs:
42
if: ${{ steps.changelog.outputs.skipped == 'false' }}
43
run: yarn
44
env:
45
+ # This is needed because we need to install the linting packages
46
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
48
- name: Authenticate with the GitHub Package Registry
49
- run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >>
50
+ run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" >>
51
~/.npmrc
52
53
- name: Github publish package
0 commit comments