Skip to content

Commit bde61ea

Browse files
committed
Use GH_PAT token secret
1 parent b1f23e6 commit bde61ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
version: latest
3030
args: release --rm-dist
3131
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
3333

0 commit comments

Comments
 (0)