Skip to content

Commit 57bc146

Browse files
committed
fix: add release-assets domain to unit and conformance-asgi workflows
The same ECONNREFUSED issue was affecting multiple workflows with harden-runner egress policies
1 parent 54e054d commit 57bc146

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/conformance-asgi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
proxy.golang.org:443
3030
pypi.org:443
3131
storage.googleapis.com:443
32+
release-assets.githubusercontent.com:443
3233
3334
- name: Checkout code
3435
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
production.cloudflare.docker.com:443
5555
pypi.org:443
5656
registry-1.docker.io:443
57+
release-assets.githubusercontent.com:443
5758
5859
- name: Checkout
5960
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)