👷 Updates workflows with fallback token

This commit is contained in:
Alicia Sykes
2021-11-10 18:37:14 +00:00
parent e2e3f8b0b5
commit b0e6eff234
23 changed files with 37 additions and 37 deletions

View File

@@ -15,9 +15,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
fetch-depth: 0
- name: Rebase
uses: cirrus-actions/rebase@1.4
env:
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}