Skip to content

Commit 886d5d5

Browse files
committed
Update GitHub Release workflow to use github.token for authentication
1 parent 5a82aa0 commit 886d5d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Create GitHub Release
2626
env:
27-
GH_TOKEN: ${{ secrets.GH_PAT }}
27+
GH_TOKEN: ${{ github.token }}
2828
run: |
2929
gh release create ${{ github.ref_name }} \
3030
--title "${{ github.ref_name }}" \

0 commit comments

Comments
 (0)