Add missing COPILOT_GITHUB_TOKEN secret to gh-aw-issue-fixer workflow#538
Add missing COPILOT_GITHUB_TOKEN secret to gh-aw-issue-fixer workflow#538
Conversation
Add `COPILOT_GITHUB_TOKEN: required: true` to `on.workflow_call.secrets` in `.github/workflows/gh-aw-issue-fixer.md` to match the standard pattern used by all other gh-aw-* workflows. Recompiled the lock file. Co-authored-by: strawgate <6384545+strawgate@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis change adds the required Possibly related PRs
🚥 Pre-merge checks | ✅ 2✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
This PR fixes the
gh-aw-issue-fixerworkflow contract by adding the missing requiredCOPILOT_GITHUB_TOKENworkflow-call secret.What changed
COPILOT_GITHUB_TOKENunderon.workflow_call.secretsin.github/workflows/gh-aw-issue-fixer.md..github/workflows/gh-aw-issue-fixer.lock.ymlso the compiled workflow also declaresCOPILOT_GITHUB_TOKENas required.Why
gh-aw-issue-fixer.mdwas the outlier amonggh-aw-*workflows: its caller example already passedCOPILOT_GITHUB_TOKEN, but the workflow definition did not declare it.Fixes #536