Skip to content

Commit 5213048

Browse files
authored
Merge pull request #4085 from yue9944882/automate-pr
Use PAT_TOKEN instead of GH_TOKEN to automate PR
2 parents 12d3a27 + 9eb7deb commit 5213048

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
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
source_branch: automated-release-${{ github.event.inputs.releaseVersion }}
8888
destination_branch: ${{ github.ref_name }}
89-
github_token: ${{ secrets.GITHUB_TOKEN }}
89+
github_token: ${{ secrets.PAT_TOKEN }}
9090
pr_title: "Automated Release: ${{ github.event.inputs.releaseVersion }}"
9191
- name: Publish Release
9292
if: ${{ github.event.inputs.dry-run != 'true' }}

0 commit comments

Comments
 (0)