mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-08-02 13:48:15 +02:00
Update .github/workflows/reviewbot.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
6e72d9075a
commit
4f391ea4f1
8
.github/workflows/reviewbot.yml
vendored
8
.github/workflows/reviewbot.yml
vendored
@ -28,11 +28,17 @@ jobs:
|
||||
if: github.actor != 'dependabot[bot]'
|
||||
id: setup-bot
|
||||
uses: ./.github/actions/setup-bot
|
||||
continue-on-error: true
|
||||
with:
|
||||
app-id: ${{ secrets.GH_APP_ID }}
|
||||
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
|
||||
|
||||
- name: Verify Bot Setup
|
||||
if: github.actor != 'dependabot[bot]'
|
||||
run: |
|
||||
if [ -z "${{ steps.setup-bot.outputs.token }}" ]; then
|
||||
echo "Error: Bot setup failed. Token is missing." >&2
|
||||
exit 1
|
||||
fi
|
||||
- name: Check if actor is repo developer
|
||||
id: actor
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user