Skip to content

Commit 7f916e0

Browse files
Use the right token in the release script (#517)
1 parent 54a0678 commit 7f916e0

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
@@ -1,7 +1,7 @@
11
name: Release
22

33
env:
4-
GITHUB_TOKEN: ${{ github.token }}
4+
GITHUB_TOKEN: ${{ secrets.TAG_PR_TOKEN }}
55

66
on:
77
workflow_dispatch:

0 commit comments

Comments
 (0)