We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d74d5 commit 84e2d4cCopy full SHA for 84e2d4c
1 file changed
.github/workflows/compile-agentic-workflows.yml
@@ -37,7 +37,7 @@ jobs:
37
# Pin to a specific version to prevent regressions from buggy releases.
38
# v0.67.4 introduced GITHUB_COPILOT_INTEGRATION_ID which broke all workflows;
39
# v0.68.0 fixes this. Update this pin when upgrading gh-aw.
40
- GH_AW_VERSION="v0.68.7"
+ GH_AW_VERSION="v0.69.0"
41
gh extension install github/gh-aw --pin "$GH_AW_VERSION"
42
env:
43
GH_TOKEN: ${{ secrets.COPILOT_MCP_GITHUB_PERSONAL_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
0 commit comments