Allow pypi.org for test uploads for installs
This commit is contained in:
parent
fcf5f343c1
commit
d80cee82d1
|
@ -23,9 +23,11 @@ jobs:
|
|||
uses: step-security/harden-runner@v2
|
||||
with:
|
||||
egress-policy: block
|
||||
# Need the real pypi.org for installations.
|
||||
allowed-endpoints: >
|
||||
files.pythonhosted.org:443
|
||||
github.com:443
|
||||
pypi.org:443
|
||||
test.pypi.org:443
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue