We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49be62f commit 8152e3dCopy full SHA for 8152e3d
1 file changed
.github/workflows/nodejs.yml
@@ -107,7 +107,11 @@ jobs:
107
egress-policy: block
108
allowed-endpoints: >
109
github.com:443
110
+ api.github.com:443
111
pipelines.actions.githubusercontent.com:443
112
+ registry.npmjs.org:443
113
+ pypi.org:443
114
+
115
116
- name: Checkout
117
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
0 commit comments