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 {domain_word} {verb} blocked by the firewall during workflow execution:
5
+
>
6
+
{domain_list}>
7
+
{{#if {has_github_api_blocked}}}
8
+
> **💡 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`:
9
+
>
10
+
> ```yaml
11
+
> tools:
12
+
> github:
13
+
> mode: gh-proxy
14
+
> ```
15
+
>
16
+
> See [GitHub Tools](https://github.github.com/gh-aw/reference/github-tools/) for more information on `gh-proxy` mode.
17
+
>
18
+
{{/if}}
19
+
> To allow these domains, add them to the `network.allowed` list in your workflow frontmatter:
20
+
>
21
+
> ```yaml
22
+
> network:
23
+
> allowed:
24
+
> - defaults
25
+
{yaml_network_list}> ```
26
+
>
27
+
> See [Network Configuration](https://github.github.com/gh-aw/reference/network/) for more information.
0 commit comments