We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bb8de commit 2acb616Copy full SHA for 2acb616
.github/actions/check-release/action.yml
@@ -39,6 +39,7 @@ runs:
39
export GITHUB_ACCESS_TOKEN=${{ inputs.token }}
40
export RH_RELEASE_URL=${{ steps.prep-release.outputs.release_url }}
41
export RH_STEPS_TO_SKIP=${{ inputs.steps_to_skip }}
42
+ export YARN_UNSAFE_HTTP_WHITELIST=0.0.0.0
43
python -m jupyter_releaser.actions.populate_release
44
45
- id: finalize-release
0 commit comments