Skip to content

Commit 595ea22

Browse files
authored
Update release.yml to use a different workflow token
1 parent d11c0e8 commit 595ea22

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
@@ -31,4 +31,4 @@ jobs:
3131
git tag -f $MAJOR_VERSION
3232
git push origin $MAJOR_VERSION --force
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}

0 commit comments

Comments
 (0)