Commit b60f5cf
committed
fix(ci): use Client ID (not App ID) for create-github-app-token
The create-github-app-token action deprecated app-id in favour of
client-id. These inputs accept different values: app-id takes the
numeric App ID (1819979), client-id takes the alphanumeric OAuth
Client ID (Iv23lipbCWzUuCxFerKJ).
Rename STATIC_ANALYSIS_BOT_APP_ID to STATIC_ANALYSIS_BOT_CLIENT_ID,
set value to Iv23lipbCWzUuCxFerKJ, rename app-id to client-id,
and upgrade action from v2 to v3.
Ref: BitGo/advanced-wallets#233
Ticket: AI-273
Session-Id: 4ea37ed2-bb6a-43da-848a-66a70262d221
Task-Id: 4523dbe1-5473-46a2-824f-14a84177962f1 parent 93f34d6 commit b60f5cf
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments