How to Fix a Blocked Endpoint in Your Workflow
Why This Happened
Step 1: Find the Blocked Endpoint
Step 2: Determine if It's Legitimate
Step 3: Add the Endpoint
- uses: step-security/harden-runner@v2
with:
egress-policy: block
allowed-endpoints: >
github.com:443
api.github.com:443
registry.npmjs.org:443
<your-new-endpoint.com:443>Step 4: If It Looks Suspicious
Last updated
Was this helpful?