Skip to content

Commit 4cd1b2b

Browse files
authored
fix: add release-assets.githubusercontent.com to allowed domains (GoogleCloudPlatform#713)
1 parent 96d0429 commit 4cd1b2b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
objects.githubusercontent.com:443
2727
proxy.golang.org:443
2828
registry.npmjs.org:443
29+
release-assets.githubusercontent.com:443
2930
storage.googleapis.com:443
3031
sum.golang.org:443
3132

.github/workflows/unit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
github.com:443
2626
objects.githubusercontent.com:443
2727
registry.npmjs.org:443
28+
release-assets.githubusercontent.com:443
2829
2930
- name: Checkout
3031
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)