Skip to content

Commit 9eb7deb

Browse files
committed
use PAT_TOKEN instead of GH_TOKEN to automate PR
Signed-off-by: Min Jin <[email protected]>
1 parent 12d3a27 commit 9eb7deb

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)