We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6606dff commit ab7ec6cCopy full SHA for ab7ec6c
.github/workflows/trymerge.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Merge PR
37
shell: bash
38
env:
39
- GITHUB_TOKEN: ${{ secrets.MERGEBOT_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.PYTORCH_MERGEBOT_TOKEN }}
40
PR_NUM: ${{ github.event.client_payload.pr_num }}
41
FORCE: ${{ github.event.client_payload.force}}
42
COMMENT_ID: ${{ github.event.client_payload.comment_id }}
0 commit comments