Commit fa34268
authored
JIT configを作成 (#558)
* Add Octokit integration for GitHub App webhook handling and update dependencies
* Refactor runner label assignment for clarity in webhook handling
* Refactor runner name assignment for clarity in runner creation response
* Enhance error handling in runner JIT config generation and update tests for installation ID validation
* Add validation for GH_APP_ID and GH_APP_PRIVATE_KEY in webhook handling
* Add GH_APP_ID and GH_APP_PRIVATE_KEY to environment setup in test workflow1 parent decc44a commit fa34268
File tree
8 files changed
+599
-9
lines changed- .github/workflows
- openci-runner
- src
- test
8 files changed
+599
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 25 | + | |
29 | 26 | | |
30 | 27 | | |
31 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
0 commit comments