mirror of https://github.com/xemu-project/xemu.git
ci: Use XEMU_ROBOT_TOKEN for PR creation to trigger build workflow
This commit is contained in:
parent
4dfbe29cbd
commit
8f89ef14d7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue