Skip to content

Commit a07abe2

Browse files
authored
Add token for GitHub CLI (#152)
1 parent 2f28601 commit a07abe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rocm-open-upstream-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Leave comment on old PR
39+
env:
40+
GH_TOKEN: ${{ github.token }}
3941
run: gh pr comment ${{ github.event.pull_request.number }} --repo rocm/jax --body ${{ needs.open-upstream.outputs.new-pr-link.link }}
4042

0 commit comments

Comments
 (0)