We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406317f commit 79a7965Copy full SHA for 79a7965
1 file changed
.github/workflows/docs-deploy.yml
@@ -73,13 +73,15 @@ jobs:
73
steps:
74
# Firewall rules:
75
# -> "*.github.com": Standard interactions with GitHub
76
+ # -> "api.github.com": Required for GitHub Pages deployment
77
- name: Harden runner
78
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
79
with:
80
disable-sudo: true
81
egress-policy: block
82
allowed-endpoints: >
83
github.com:443
84
+ api.github.com:443
85
86
- name: Deploy to GitHub Pages
87
id: deployment
0 commit comments