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:
accounts.google.com
api.github.com
clients2.google.com
collector.github.com
contentautofill.googleapis.com
github.com
github.githubassets.com
update.googleapis.com
www.google.com
www.gstatic.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:
awmgbuilt successfullycatfind /tmp/gh-aw/mcp-logs/ -not -readableoutput emptyOverall status: PASS
Run URL: https://github.com/github/gh-aw-mcpg/actions/runs/36000758125
Timestamp: 2026-09-24T12:46:06Z
Warning
Firewall blocked 10 domains
The following domains were blocked by the firewall during workflow execution:
accounts.google.comapi.github.comclients2.google.comcollector.github.comcontentautofill.googleapis.comgithub.comgithub.githubassets.comupdate.googleapis.comwww.google.comwww.gstatic.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.