Skip to content

Commit 7a254b7

Browse files
ltagliaferriclaude
andauthored
Fix egress: use explicit us-central1-run.googleapis.com hostname (#3227)
## Summary - `*.run.googleapis.com` doesn't match `us-central1-run.googleapis.com` because it's a separate label under `googleapis.com`, not a subdomain of `run.googleapis.com` - Replace the wildcard with the explicit hostname ## Test plan - [ ] Merge and dispatch compile workflow - [ ] Verify deploy step resolves DNS and succeeds 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 13bdbde commit 7a254b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
release-assets.githubusercontent.com:443
6060
rekor.sigstore.dev:443
6161
run.googleapis.com:443
62-
*.run.googleapis.com:443
62+
us-central1-run.googleapis.com:443
6363
sts.googleapis.com:443
6464
storage.googleapis.com:443
6565
timestamp.sigstore.dev:443

0 commit comments

Comments
 (0)