Skip to content

Commit ae4c033

Browse files
Fix: allow release-assets.githubusercontent.com in AI docs workflow (#3290)
GitHub now redirects release asset downloads to release-assets.githubusercontent.com, which was blocked by harden-runner's egress policy, causing cosign install to fail with curl exit code 6 (could not resolve host). This fixes that issue. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ea61341 commit ae4c033

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/compile-ai-docs-from-gcs.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
iamcredentials.googleapis.com:443
4646
oauth2.googleapis.com:443
4747
objects.githubusercontent.com:443
48+
release-assets.githubusercontent.com:443
4849
pypi.org:443
4950
raw.githubusercontent.com:443
5051
rekor.sigstore.dev:443

0 commit comments

Comments
 (0)