Skip to content

Commit ddccf3a

Browse files
committed
Further GHA / harden runner tweaks
1 parent 960b59a commit ddccf3a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/publish.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,15 @@ jobs:
2121
disable-sudo: true
2222
egress-policy: block
2323
allowed-endpoints: >
24-
files.pythonhosted.org:443
2524
github.com:443
26-
pypi.org:443
2725
api.github.com:443
26+
ghcr.io:443
27+
pkg-containers.githubusercontent.com:443
28+
pypi.org:443
29+
upload.pypi.org:443
30+
files.pythonhosted.org:443
31+
fulcio.sigstore.dev:443
32+
tuf-repo-cdn.sigstore.dev:443
2833
2934
- uses: actions/checkout@v5
3035
with:

0 commit comments

Comments
 (0)