Skip to content

Commit c5a7ad5

Browse files
authored
workflow: update github token release.yml
1 parent 1902881 commit c5a7ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
uses: goreleaser/goreleaser-action@v6
5151
if: success()
5252
env:
53-
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
53+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5454
with:
5555
args: release --clean

0 commit comments

Comments
 (0)