Skip to content

Commit c1ec242

Browse files
committedJul 11, 2024·
ci: use GITHUB_TOKEN
1 parent e0c11f5 commit c1ec242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
4242
pnpm run cipublish
4343
env:
44-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
44+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4646
TAG: ${{ inputs.tag }}

0 commit comments

Comments
 (0)
Please sign in to comment.