File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,13 +23,15 @@ jobs:
2323 token : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
2424 - uses : aboutbits/github-actions-base/git-setup@v2
2525 - uses : aboutbits/github-actions-node/configure-github-npm-registry-access@v3
26+ with :
27+ token : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
2628 - uses : aboutbits/github-actions-node/configure-github-npm-registry-organization@v3
2729 - uses : aboutbits/github-actions-node/build-and-publish-package@v3
2830 id : package
2931 with :
3032 node-version : ${{ env.NODE_VERSION }}
3133 registry-url : ' https://npm.pkg.github.com'
32- registry-token : ${{ secrets.GITHUB_TOKEN }}
34+ registry-token : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
3335 increment : ${{ github.event.inputs.increment }}
3436 preid : ${{ github.event.inputs.preid }}
3537 - uses : aboutbits/github-actions-base/github-create-release@v2
You can’t perform that action at this time.
0 commit comments