Skip to content

Commit 459f19d

Browse files
committed
change to personal access token in GitHub actions
1 parent 8764a26 commit 459f19d

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
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
node-version: ${{ env.NODE_VERSION }}
3333
registry-url: 'https://npm.pkg.github.com'
34-
registry-token: ${{ secrets.GITHUB_TOKEN }}
34+
registry-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
3535
increment: ${{ github.event.inputs.increment }}
3636
preid: ${{ github.event.inputs.preid }}
3737
- uses: aboutbits/github-actions-base/github-create-release@v2

0 commit comments

Comments
 (0)