Skip to content

Commit

Permalink
Setup trymerge secrets (#416)
Browse files Browse the repository at this point in the history
* Add trymerge secrets

* Typo
  • Loading branch information
huydhn authored Jun 21, 2024
1 parent ef1e745 commit bc8599f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/trymerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,13 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.PYTORCH_MERGEBOT_TOKEN }}
PR_NUM: ${{ github.event.client_payload.pr_num }}
FORCE: ${{ github.event.client_payload.force}}
COMMENT_ID: ${{ github.event.client_payload.comment_id }}
GIT_REMOTE_URL: https://github.com/pytorch/ao
REBASE: ${{ github.event.client_payload.rebase }}
IGNORE_CURRENT: ${{ github.event.client_payload.ignore_current }}
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}
DRCI_BOT_KEY: ${{ secrets.DRCI_BOT_KEY }}
run: |
set -x
if [ -n "${FORCE}" ]; then
Expand Down

0 comments on commit bc8599f

Please sign in to comment.