Skip to content

Commit 6ac8121

Browse files
committed
Switch back to cherrypick pat
We tried the default github pat, but that just wasn't doing it. Hopefully with the other changes, this will be the last one needed to get it working again.
1 parent c3e50ef commit 6ac8121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prt_labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
if: ${{ always() && steps.prt.outputs.result == 'not_found' }}
3232
uses: actions/github-script@v8
3333
with:
34-
github-token: ${{ secrets.GITHUB_TOKEN }}
34+
github-token: ${{ secrets.CHERRYPICK_PAT }}
3535
script: |
3636
const prNumber = '${{ github.event.number }}';
3737
const issue = await github.rest.issues.get({

0 commit comments

Comments
 (0)