Skip to content

Commit a779058

Browse files
Copilotdevantler
andauthored
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

21 files changed

+657
-1027
lines changed

.github/workflows/agentics-maintenance.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#
2-
# ___ _ _
3-
# / _ \ | | (_)
4-
# | |_| | __ _ ___ _ __ | |_ _ ___
2+
# ___ _ _
3+
# / _ \ | | (_)
4+
# | |_| | __ _ ___ _ __ | |_ _ ___
55
# | _ |/ _` |/ _ \ '_ \| __| |/ __|
6-
# | | | | (_| | __/ | | | |_| | (__
6+
# | | | | (_| | __/ | | | |_| | (__
77
# \_| |_/\__, |\___|_| |_|\__|_|\___|
88
# __/ |
9-
# _ _ |___/
9+
# _ _ |___/
1010
# | | | | / _| |
1111
# | | | | ___ _ __ _ __| |_| | _____ ____
1212
# | |/\| |/ _ \ '__| |/ /| _| |/ _ \ \ /\ / / ___|
@@ -21,10 +21,10 @@
2121
#
2222
# Alternative regeneration methods:
2323
# make recompile
24-
#
24+
#
2525
# Or use the gh-aw CLI directly:
2626
# ./gh-aw compile --validate --verbose
27-
#
27+
#
2828
# The workflow is generated when any workflow uses the 'expires' field
2929
# in create-discussions or create-issues safe-outputs configuration.
3030
# Schedule frequency is automatically determined by the shortest expiration time.
@@ -33,7 +33,7 @@ name: Agentic Maintenance
3333

3434
on:
3535
schedule:
36-
- cron: "37 0 * * *" # Daily (based on minimum expires: 7 days)
36+
- cron: "37 0 * * *" # Daily (based on minimum expires: 7 days)
3737
workflow_dispatch:
3838

3939
permissions: {}

0 commit comments

Comments
 (0)