mirror of
https://github.com/natelandau/obsidian-metadata.git
synced 2025-11-17 09:23:40 -05:00
ci: add allowed endpoints to harden-runner
This commit is contained in:
5
.github/workflows/pypi-release.yml
vendored
5
.github/workflows/pypi-release.yml
vendored
@@ -23,7 +23,12 @@ jobs:
|
|||||||
egress-policy: block
|
egress-policy: block
|
||||||
disable-sudo: true
|
disable-sudo: true
|
||||||
allowed-endpoints: >
|
allowed-endpoints: >
|
||||||
|
api.github.com:443
|
||||||
|
files.pythonhosted.org:443
|
||||||
github.com:443
|
github.com:443
|
||||||
|
install.python-poetry.org:443
|
||||||
|
pypi.org:443
|
||||||
|
python-poetry.org:443
|
||||||
upload.pypi.org:443
|
upload.pypi.org:443
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user