Skip to content

Commit faa63b7

Browse files
committed
chore: swap to custom PAT $GH_TOKEN
1 parent 2df291b commit faa63b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: steps.check-version.outputs.new-version == 'true'
6969
uses: actions/create-release@v1
7070
env:
71-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
7272
with:
7373
tag_name: ${{ steps.get-version.outputs.version }}
7474
release_name: Release ${{ steps.get-version.outputs.version }}

0 commit comments

Comments
 (0)