Commit 51fb57f
committed
fix(ci): use bot token for discover-lean-pr-testing merges
Use the NIGHTLY_TESTING token and bot identity when pushing merge
commits from lean-pr-testing branches. Previously, these commits were
pushed with the default GITHUB_TOKEN and github-actions identity, which
meant they didn't trigger CI due to GitHub's "actions don't trigger
actions" policy.
This aligns with how nightly_bump_toolchain.yml and nightly_merge_master.yml
handle pushes.
🤖 Prepared with Claude Code1 parent ee135c1 commit 51fb57f
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
25 | | - | |
| 25 | + | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
0 commit comments