Browse Source

Update rebase.yml with workflows permissions (#5255)

Update token with workflows permissions
modifyDataloader
Glenn Jocher GitHub 2 years ago
parent
commit
a18b0c36cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/rebase.yml

+ 2
- 2
.github/workflows/rebase.yml View File

@@ -13,9 +13,9 @@ jobs:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACTIONS_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}

Loading…
Cancel
Save