Update rebase.yml with workflows permissions (#5255)
Browse files
.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.
|
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.
|
|
|
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 }}
|