Skip to content

Commit b429107

Browse files
authored
ci: add release-assets.githubusercontent.com to publish allowlist (#537)
1 parent bed0cfd commit b429107

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
static.crates.io:443
4747
static.rust-lang.org:443
4848
uploads.github.com:443
49+
release-assets.githubusercontent.com:443
4950
5051
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
5152
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
@@ -153,7 +154,8 @@ jobs:
153154
api.github.com:443
154155
github.com:443
155156
uploads.github.com:443
156-
static.rust-lang.org:443
157+
static.rust-lang.org:443
158+
release-assets.githubusercontent.com:443
157159
158160
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
159161
with:

0 commit comments

Comments
 (0)