Skip to content

Commit 8f89ef1

Browse files
committed
ci: Use XEMU_ROBOT_TOKEN for PR creation to trigger build workflow
1 parent 4dfbe29 commit 8f89ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-subproject-wraps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Create PRs for updates
4444
env:
45-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
GH_TOKEN: ${{ secrets.XEMU_ROBOT_TOKEN }}
4646
run: |
4747
set -euo pipefail
4848
git config user.name "xemu-robot"

0 commit comments

Comments
 (0)