Skip to content

Commit 6606dff

Browse files
committed
Add trymerge secrets
1 parent ef1e745 commit 6606dff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/trymerge.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,15 @@ jobs:
3636
- name: Merge PR
3737
shell: bash
3838
env:
39-
GITHUB_TOKEN: ${{ secrets.PYTORCH_MERGEBOT_TOKEN }}
39+
GITHUB_TOKEN: ${{ secrets.MERGEBOT_TOKEN }}
4040
PR_NUM: ${{ github.event.client_payload.pr_num }}
41+
FORCE: ${{ github.event.client_payload.force}}
4142
COMMENT_ID: ${{ github.event.client_payload.comment_id }}
4243
GIT_REMOTE_URL: https://github.com/pytorch/ao
44+
REBASE: ${{ github.event.client_payload.rebase }}
45+
IGNORE_CURRENT: ${{ github.event.client_payload.ignore_current }}
46+
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
47+
DRCI_BOT_KEY: ${{ secrets.DRCI_BOT_KEY }}
4348
run: |
4449
set -x
4550
if [ -n "${FORCE}" ]; then

0 commit comments

Comments
 (0)