Skip to content

Commit a2616c9

Browse files
committed
chore: use pat
1 parent 23d4fb6 commit a2616c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/create-release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ jobs:
4646
4747
- name: Create GitHub Release (if it doesn't exist)
4848
env:
49-
# The GITHUB_TOKEN is automatically provided by GitHub.
50-
GH_TOKEN: ${{ github.token }}
49+
GH_TOKEN: ${{ secrets.PAT }}
5150
run: |
5251
# Create a tag name, commonly prefixed with 'v'.
5352
TAG="v${{ steps.extract_info.outputs.VERSION }}"

0 commit comments

Comments
 (0)