We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700f3bd commit 650e70aCopy full SHA for 650e70a
.github/workflows/rocm-nightly-upstream-sync.yml
@@ -8,13 +8,19 @@ on:
8
- cron: '0 6 * * 1-5'
9
jobs:
10
sync-main:
11
+ permissions:
12
+ contents: write
13
runs-on: ubuntu-latest
14
steps:
15
- run: gh repo sync rocm/jax -b main
16
env:
17
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
18
open-sync-pr:
19
20
+ pull-requests: write
21
22
23
- run: |
24
gh pr create --repo $GITHUB_REPOSITORY --head main --base rocm-main --title "CI: $(date +%x) upstream sync" --body "Daily sync with upstream"
25
+ env:
26
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments