Commit a779058
Remove GitHub App authentication from tools.github in agentic workflows (#1973)
* Initial plan
* Remove tools.github.app and safe-outputs.app from all workflows
- Remove app authentication from safe-outputs in all 10 workflows
- Remove app authentication from tools.github in all 10 workflows
- Recompile all workflows to generate updated lock files
- Workflows now use default GITHUB_TOKEN instead of GitHub App
Co-authored-by: devantler <[email protected]>
* Restore app auth in safe-outputs (keep removed from tools.github)
- Add back app: section to safe-outputs in all 10 workflows
- Keep tools.github without app authentication (use GitHub token)
- Recompile all workflows with corrected configuration
Co-authored-by: devantler <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: devantler <[email protected]>1 parent 5b27beb commit a779058
File tree
21 files changed
+657
-1027
lines changed- .github/workflows
21 files changed
+657
-1027
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments