🔨 Fallsback to auto auth when PAT not set (#321)
This commit is contained in:
2
.github/workflows/lgtm-comment.yml
vendored
2
.github/workflows/lgtm-comment.yml
vendored
@@ -24,4 +24,4 @@ jobs:
|
||||
- uses: ddradar/lgtm-action@v1
|
||||
with:
|
||||
image-url: ${{ steps.act.outputs.selected }}
|
||||
token: ${{ secrets.BOT_GITHUB_TOKEN }}
|
||||
token: ${{ secrets.BOT_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}
|
||||
Reference in New Issue
Block a user