Skip to content

Commit b3651b5

Browse files
authored
Update prepare_release.yml with PAT (#2180)
# Summary [Required] Use PAT to create PR on release job. **This is a temporary solution until a Github App linked to our project is created with a permanent PAT not linked to any contributor.**
1 parent 881daa0 commit b3651b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
commit-message: "chore: prepare '${{ github.event.inputs.sdk-version }}' release"
7171
title: "[Release] ${{ github.event.inputs.sdk-version }}"
7272
body-path: "${{ github.workspace }}/.tmp/release_notes.md"
73-
token: ${{ secrets.GITHUB_TOKEN }}
73+
token: ${{ secrets.PAT_FOR_PR_CREATION }}

0 commit comments

Comments
 (0)