Commit 68b9fc8
authored
fix: migrate app-id to client-id in workflow app tokens (#92)
The `app-id` input for `actions/create-github-app-token@v3` is
deprecated and will stop working when GitHub forces Node.js 24
(June 16, 2026). Migrate both workflows to use `client-id` with a
repository variable (`vars.APP_CLIENT_ID`) instead of the numeric
App ID secret.
The Client ID is not sensitive (it is public on the App's settings
page), so it is stored as a variable rather than a secret.
Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>1 parent 4ed6802 commit 68b9fc8
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments