Skip to content

Commit 89af8fd

Browse files
committed
change to personal access token in GitHub actions
1 parent 080a718 commit 89af8fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
node-version: ${{ env.NODE_VERSION }}
2929
registry-url: 'https://npm.pkg.github.com'
30-
registry-token: ${{ secrets.GITHUB_TOKEN }}
30+
registry-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
3131
increment: ${{ github.event.inputs.increment }}
3232
preid: ${{ github.event.inputs.preid }}
3333
- uses: aboutbits/github-actions-base/github-create-release@v2

0 commit comments

Comments
 (0)