Commit 247d0d0
committed
fix(ci): use GitHub App token for release-please
Release-please was using GITHUB_TOKEN to create and update PR #130.
GitHub suppresses pull_request events for pushes made with
GITHUB_TOKEN (to prevent recursive workflows), so the CI workflow
never triggered and the CI Gate required status check never appeared,
permanently blocking the release PR.
Switch to the attune-release-bot GitHub App token so release-please
PR pushes generate real pull_request events that trigger CI.
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>1 parent 89ae79d commit 247d0d0
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
41 | 49 | | |
42 | 50 | | |
43 | 51 | | |
44 | 52 | | |
45 | 53 | | |
| 54 | + | |
46 | 55 | | |
47 | 56 | | |
48 | 57 | | |
| |||
0 commit comments