Commit e395d76
committed
ci: merge Dependabot PRs with a GitHub App token instead of GITHUB_TOKEN
GitHub does not let GITHUB_TOKEN-authenticated pushes trigger further
workflow runs, so every prior auto-merge landed on main without
triggering ci.yml or a semantic-release publish.
A GitHub App installation token, minted via actions/create-github-app-token
using the org-installed app whose private key is stored as the
AUTOMERGE_APP_PRIVATE_KEY organization secret, does not carry that
restriction, so the resulting push now cascades normally.1 parent 09dc62d commit e395d76
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
46 | 52 | | |
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
50 | 56 | | |
51 | | - | |
| 57 | + | |
0 commit comments