glenn-jocher commited on
Commit
a18b0c3
·
unverified ·
1 Parent(s): fd3e2ad

Update rebase.yml with workflows permissions (#5255)

Browse files
Files changed (1) hide show
  1. .github/workflows/rebase.yml +2 -2
.github/workflows/rebase.yml CHANGED
@@ -13,9 +13,9 @@ jobs:
13
  - name: Checkout the latest code
14
  uses: actions/checkout@v2
15
  with:
16
- token: ${{ secrets.GITHUB_TOKEN }}
17
  fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
18
  - name: Automatic Rebase
19
  uses: cirrus-actions/[email protected]
20
  env:
21
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
13
  - name: Checkout the latest code
14
  uses: actions/checkout@v2
15
  with:
16
+ token: ${{ secrets.ACTIONS_TOKEN }}
17
  fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
18
  - name: Automatic Rebase
19
  uses: cirrus-actions/[email protected]
20
  env:
21
+ GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}