ligi 2022-08-21 07:17:28 +02:00
parent 9217424676
commit e0e4a58cde
No known key found for this signature in database
GPG Key ID: 8E81894010ABF23D

View File

@ -16,11 +16,11 @@ jobs:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.WORKFLOW_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.7
with:
autosquash: ${{ contains(github.event.comment.body, '/autosquash') || contains(github.event.comment.body, '/rebase-autosquash') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}