You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following domains were blocked by the firewall during workflow execution:
api.github.com
github.com
💡 Tip:api.github.com is blocked because GitHub API access uses the built-in GitHub tools by default. Instead of adding api.github.com to network.allowed, use tools.github.mode: gh-proxy for direct pre-authenticated GitHub CLI access without requiring network access to api.github.com:
tools:
github:
mode: gh-proxy
See GitHub Tools for more information on gh-proxy mode.
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Summary
I found 4 open documentation-related issues worth attention and 1 older issue that already has coverage in the current docs.
Open gaps
[cli-tools-test] compile: --workflow-name CLI flag undocumented/incorrect (should be --workflows) #36076 "[cli-tools-test] compile: --workflow-name CLI flag undocumented/incorrect (should be --workflows)".
gh aw compile <workflow-name>andworkflow_namewording in .github/aw/cli-commands.md:47-63, and only positional forms in docs/src/content/docs/reference/compilation-process.md:222-243.--workflowsform or add an explicit compatibility note.Docs: guidelines for configuring Go module/build cache in a security-conscious way #27886 "Docs: guidelines for configuring Go module/build cache in a security-conscious way".
Antigravity engine: CI fails with API key; need documented non-interactive auth path #35818 "Antigravity engine: CI fails with API key; need documented non-interactive auth path".
Documentation missing for GH_AW_GITHUB_TOKEN magic secret #20593 "Documentation missing for GH_AW_GITHUB_TOKEN magic secret".
Already answered
Warning
Firewall blocked 2 domains
The following domains were blocked by the firewall during workflow execution:
api.github.comgithub.com💡 Tip:
api.github.comis blocked because GitHub API access uses the built-in GitHub tools by default. Instead of addingapi.github.comtonetwork.allowed, usetools.github.mode: gh-proxyfor direct pre-authenticated GitHub CLI access without requiring network access toapi.github.com:See GitHub Tools for more information on
gh-proxymode.To allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.