👷 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

@@ -20,7 +20,7 @@ jobs:
uses: peter-evans/create-pull-request@v3.10.1
if: startsWith(github.head_ref, 'AUTO/') == false
with:
token: ${{ secrets.BOT_GITHUB_TOKEN }}
token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
base: master
commit-message: ':pencil2: Auto-fix typos in text'
title: '[AUTO] Fix spelling and language'