Skip to content

Commit

Permalink
builder-go: add wildcard egress policy
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver authored Feb 28, 2024
1 parent 197a697 commit 9dfc4c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-builder-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ jobs:
proxy.golang.org:443
sum.golang.org:443
storage.googleapis.com:443
*.actions.githubusercontent.com:443
'*.actions.githubusercontent.com:443'
'*.blob.core.windows.net'
- name: Check out code base
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit 9dfc4c8

Please sign in to comment.