Skip to content

Commit

Permalink
CI: Use GitHub token when calling gh for merging RollPyTorch PR (llvm…
Browse files Browse the repository at this point in the history
  • Loading branch information
ashay authored Jun 8, 2023
1 parent 39d82a4 commit 33ac7c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/merge-rollpytorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
gh pr merge $pr_id --delete-branch --squash
done
shell: bash
env:
GH_TOKEN: ${{ secrets.ROLLPYTORCH_TOKEN1 }}

0 comments on commit 33ac7c3

Please sign in to comment.