fix: switch all agentic workflows to Claude engine#2970
Merged
Conversation
COPILOT_GITHUB_TOKEN requires a fine-grained PAT that can only be created via the GitHub web UI. Switch all 12 Copilot-engine workflows to use Claude engine (ANTHROPIC_API_KEY is already configured). Recompiled all lock files with gh-aw v0.56.2. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
cbf590f to
d3ded23
Compare
Contributor
|
🤖 Auto-fixed version bump The version in If you need a minor or major version bump instead, please update |
Contributor
Repo Guardian - PassedAll 27 changed files were reviewed. No ephemeral content detected.
Summary: This PR switches the
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Problem
COPILOT_GITHUB_TOKENis an OAuth token (gho_...) which gh-aw rejects — it requires a fine-grained PAT (github_pat_...) that can only be created via the GitHub web UI.ANTHROPIC_API_KEYis already configured and working.Changes
Changed
engine: copilot→engine: claude(or addedengine: claude) in 12 workflow.mdfiles:bot-detection, code-simplifier, daily-file-diet, daily-syntax-error-quality, dependabot-burner, docs-noob-tester, issue-classifier, pr-triage-agent, repo-guardian, security-compliance, weekly-issue-summary, workflow-health-manager
Test plan
gh aw compilesucceeds for all 17 workflowsgh aw secrets bootstrapconfirms ANTHROPIC_API_KEY is set🤖 Generated with Claude Code