🔨 Fallsback to auto auth when PAT not set (#321)

This commit is contained in:
Alicia Sykes
2021-11-07 15:33:45 +00:00
parent c5dea1e1df
commit 807112c0de
6 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ jobs:
steps:
- uses: exercism/pr-commenter-action@v1.3.0
with:
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
github-token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
config-file: .github/pr-auto-comments.yml
template-variables: |
{ "prAuthor": "${{ github.event.pull_request.user.login }}" }