ci: Use XEMU_ROBOT_TOKEN for PR creation to trigger build workflow

This commit is contained in:
Matt Borgerson 2025-04-26 16:44:20 -07:00 committed by mborgerson
parent 4dfbe29cbd
commit 8f89ef14d7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
- name: Create PRs for updates
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.XEMU_ROBOT_TOKEN }}
run: |
set -euo pipefail
git config user.name "xemu-robot"