-
Notifications
You must be signed in to change notification settings - Fork 35
Closed as not planned
Closed as not planned
Copy link
Labels
Description
Objective
Resolve the recurring missing-tool error for safeinputs/GITHUB_TOKEN in the Daily Copilot PR Merged workflow.
Context
Workflow run #20507004818 shows persistent missing-tool errors preventing the workflow from accessing GitHub token through safe inputs.
Approach
- Locate the Daily Copilot PR Merged workflow file (
.github/workflows/*.md) - Add or validate the
safe_inputsconfiguration section - Ensure
GITHUB_TOKENis properly declared in the safe_inputs schema - Test the workflow compilation with
make recompile - Validate the fix by checking a workflow run
Files to Modify
- Find:
.github/workflows/daily-copilot-pr-merged.md(or similar) - Update: Add/fix safe_inputs configuration
Acceptance Criteria
- Workflow file includes proper
safe_inputsconfiguration -
GITHUB_TOKENis available via safeinputs - Workflow compiles without errors (
make recompile) - Next workflow run completes without missing-tool errors
- No safeinputs-related warnings in workflow logs
Related to [plan] Improve agent health and reduce firewall denials #7658
AI generated by Plan Command for discussion #7638
Copilot