Skip to content

Commit 2acb616

Browse files
authored
Add whitelist for http request in yarn (#491)
1 parent 73bb8de commit 2acb616

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/check-release/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ runs:
3939
export GITHUB_ACCESS_TOKEN=${{ inputs.token }}
4040
export RH_RELEASE_URL=${{ steps.prep-release.outputs.release_url }}
4141
export RH_STEPS_TO_SKIP=${{ inputs.steps_to_skip }}
42+
export YARN_UNSAFE_HTTP_WHITELIST=0.0.0.0
4243
python -m jupyter_releaser.actions.populate_release
4344
4445
- id: finalize-release

0 commit comments

Comments
 (0)