-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add proxy options for Axios calls #111
Conversation
@daleyjem I may explore an approach more similar to your PR actions/configure-pages#63 rather than introducing customized input parameters for this Action. I'll try to get something in place in the next few days. |
Thanks, @JamesMGreene . I started exploring the path of using the const artifactExgUrl = `${this.runTimeUrl}_apis/pipelines/workflows/${this.workflowRun}/artifacts?api-version=6.0-preview` I also can't find any documentation for the cancel/status endpoints, and the |
@JamesMGreene Had another thought, if not wanting to use a |
@daleyjem / @jeremy-daley-kr: All good points. 👍🏻 I'll look into this more today, as well as adding an issue to make sure we get those new API endpoints published to the REST docs now that they're more public (they're still technically "beta"... but a VERY heavily used beta 😊). |
I'm thinking maybe it's time to switch from using |
Opened alternative PR: Would be much obliged if you could assist with some real-world testing, @jeremy-daley-kr. 🙇🏻 |
Nice! I'll see if I can get a test going from your branch. |
For self-hosted runners where proxy is required, accepts an additional action input of
proxy
which is passed in as string tohttps-proxy-agent
.