Skip to content

Commit

Permalink
CI: Use GitHub app token for creating PRs (llvm#2137)
Browse files Browse the repository at this point in the history
Since PRs created by the GitHub action bot cannot trigger workflows (and
thus build tests), this patch uses the token for a GitHub app that was
specifically created for the RollPyTorch action.
  • Loading branch information
ashay authored May 20, 2023
1 parent 96327f5 commit 558f12f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/RollPyTorch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,5 @@ jobs:
- torchvision version: ${{ env.PTVISION_RELEASE }}
committer: Roll PyTorch Action <torch-mlir@users.noreply.github.com>
title: update PyTorch version to ${{ env.PT_RELEASE }}
token: ${{ secrets.ROLLPYTORCH_TOKEN0 }}
reviewers: ashay, powderluv, vivekkhandelwal1

0 comments on commit 558f12f

Please sign in to comment.