Commit 2dcce1e
authored
ci: migrate create-github-app-token from app-id to client-id (#192)
actions/create-github-app-token v3 deprecated the app-id input in favor
of client-id. The deprecation warning fires on every release workflow run
and the old input will stop working when Node.js 24 becomes the default
runner (June 16, 2026).
Migration:
- app-id (numeric, stored as secret) -> client-id (string, stored as variable)
- Added APP_CLIENT_ID repo variable with the attune-release-bot Client ID
- private-key remains unchanged as a secret
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>1 parent 1ae0ec6 commit 2dcce1e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| |||
0 commit comments