👷 Updates workflows with fallback token
This commit is contained in:
2
.github/workflows/mind-your-language.yml
vendored
2
.github/workflows/mind-your-language.yml
vendored
@@ -17,4 +17,4 @@ jobs:
|
||||
- name: Profanity check step
|
||||
uses: tailaiw/mind-your-language-action@v1.0.3
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user