Skip to content

Commit bc8599f

Browse files
authored
Setup trymerge secrets (#416)
* Add trymerge secrets * Typo
1 parent ef1e745 commit bc8599f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/trymerge.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,13 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.PYTORCH_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)