Skip to content

Commit

Permalink
Allow workflow egress to storage.googleapis.com:443
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Sep 26, 2023
1 parent 43cfa8c commit 937b0c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
proxy.golang.org:443
sum.golang.org:443
raw.githubusercontent.com:443
storage.googleapis.com:443
- name: Restore Go build sources
uses: actions/download-artifact@v3
with:
Expand Down Expand Up @@ -230,6 +231,7 @@ jobs:
proxy.golang.org:443
sum.golang.org:443
raw.githubusercontent.com:443
storage.googleapis.com:443
- name: Restore Go build sources
uses: actions/download-artifact@v3
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
objects.githubusercontent.com:443
proxy.golang.org:443
sum.golang.org:443
storage.googleapis.com:443
- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
Expand Down Expand Up @@ -68,6 +69,7 @@ jobs:
objects.githubusercontent.com:443
proxy.golang.org:443
sum.golang.org:443
storage.googleapis.com:443
- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
Expand Down Expand Up @@ -107,6 +109,7 @@ jobs:
github.com:443
proxy.golang.org:443
sum.golang.org:443
storage.googleapis.com:443
- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
Expand All @@ -133,6 +136,7 @@ jobs:
github.com:443
proxy.golang.org:443
sum.golang.org:443
storage.googleapis.com:443
- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
Expand Down Expand Up @@ -163,6 +167,7 @@ jobs:
objects.githubusercontent.com:443
proxy.golang.org:443
sum.golang.org:443
storage.googleapis.com:443
- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref }}
Expand Down

0 comments on commit 937b0c3

Please sign in to comment.