Commit 99f3112
authored
fix(workflow): Replace getSantry with dedicated GH app for api schema workflow (#17155)
We added the new default rulesets that requires all commit to go through
PRs and that breaks this workflow.
Added the following changes to fix it
- created a new dedicated github app for this
- added the github app to allowlist in the ruleset
- update the workflow to use the new github app instead of `getSantry`
- added the app-id and private key through org secrets and variables
- update the git commit info to use the github app1 parent 31b8525 commit 99f3112
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
32 | | - | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments