-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTTP Proxy Support #87
Comments
👋🏻 @RedlineTriad - yeah, that seems kind of surprising to me too. Would you mind giving me an example snippet of your workflow for the submission action and verifying how you are setting the |
I used the template workflow, and just used self-hosted runners instead: And we set I hope this helps? @brrygrdn |
When using maven-dependency-submission-action this library does not support
http_proxy
orhttps_proxy
. Breaking self-hosted runners in environments requiring proxy for access to the github api.Most other github actions libraries seem to handle this implictly.
The text was updated successfully, but these errors were encountered: