Agentic Workflow Audit Report - 2026-02-21 #17410
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-02-28T05:52:34.798Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Audit Summary
Critical Error — Issue Monster: Lockdown Mode Token Missing
Severity: High | Occurrences: 3 failures in this period (runs #1949, #1950, #1951)
The
Issue Monsterworkflow is consistently failing with:Issue Monster ran 3 times (scheduled at ~30m intervals) and failed every time due to the same root cause. The workflow uses lockdown mode but is missing the required fine-grained PAT secret. Each failure triggered a comment on issue #17387.
Action Required: Configure
GH_AW_GITHUB_TOKENrepository secret per the authentication docs.Error Analysis
Critical Errors
GH_AW_GITHUB_TOKENsecretWarnings
None in this period.
View All Failed Runs
Missing Data
MCP Server Failures
No MCP server failures detected in this period.
Performance Metrics
View Top Token Consumers
Trend Charts
Workflow Health (14 Days)
Today's 81% success rate is slightly lower than the projected baseline average (~85-90%). The pattern of 4 failures is dominated by the recurring Issue Monster lockdown error. Without that workflow's failures, today's success rate would be ~94%.
Token Usage & Cost (14 Days)
Today's token usage of ~27.8M tokens and $5.14 cost is within the expected range. Claude-engine workflows account for the largest share of estimated costs ($5.14 total), while copilot and codex costs are not separately tracked. The Duplicate Code Detector (8.9M tokens, codex) and Chroma Issue Indexer (5.4M tokens, copilot) are the largest single token consumers.
Affected Workflows
GH_AW_GITHUB_TOKENsecret for lockdown modeRecommendations
GH_AW_GITHUB_TOKENsecret for Issue Monster — this is the highest priority fix. Without it, the workflow will continue failing every 30 minutes. Run:gh aw secrets set GH_AW_GITHUB_TOKEN --value "YOUR_FINE_GRAINED_PAT"status: Unknownwhich may indicate stale or misconfigured GitHub Actions workflow states.Historical Context
This is the first audit run — no prior audit data available for comparison. Repo memory has been initialized with today's data to establish a baseline for future trend analysis.
Next Steps
GH_AW_GITHUB_TOKENsecret to fix Issue Monster lockdown failuresstatus: UnknownReferences:
Beta Was this translation helpful? Give feedback.
All reactions