We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960b59a commit b39f564Copy full SHA for b39f564
1 file changed
.github/workflows/publish.yml
@@ -21,10 +21,16 @@ jobs:
21
disable-sudo: true
22
egress-policy: block
23
allowed-endpoints: >
24
- files.pythonhosted.org:443
25
github.com:443
26
- pypi.org:443
27
api.github.com:443
+ ghcr.io:443
+ 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
+ rekor.sigstore.dev:443
33
+ tuf-repo-cdn.sigstore.dev:443
34
35
- uses: actions/checkout@v5
36
with:
0 commit comments