mirror of
https://github.com/mborgerson/xemu.git
synced 2026-03-29 23:43:21 +00:00
ci: Use XEMU_ROBOT_TOKEN for PR creation to trigger build workflow
This commit is contained in:
committed by
mborgerson
parent
4dfbe29cbd
commit
8f89ef14d7
2
.github/workflows/bump-subproject-wraps.yml
vendored
2
.github/workflows/bump-subproject-wraps.yml
vendored
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user