Skip to content

Commit cb7d8e7

Browse files
committed
INFRA-3041: Stable sync workflow fixes
1 parent 6742ebe commit cb7d8e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stable-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
- name: Create Pull Request
133133
if: steps.check-pr.outputs.result != 'true'
134134
env:
135-
GITHUB_TOKEN: ${{ secrets.github-token }}
135+
GITHUB_TOKEN: ${{ secrets.PR_TOKEN }}
136136
BRANCH_NAME: stable-main-${{ inputs.semver-version }}
137137
VERSION: ${{ inputs.semver-version }}
138138
run: |

0 commit comments

Comments
 (0)