Skip to content

Commit b835233

Browse files
committed
adjust registry access
1 parent f7716c0 commit b835233

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-and-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)