Feature Request: Allow to set proxy
- Dominant language
- TypeScript
- Stars
- 288
- Forks
- 125
- Avg merge
- 5d 16h
- Merged PRs (30d)
- 4
Description
### Feature request
For some reasons, I have to use proxy to connect to GitHub. But this action doesn't allow to use that. So, after deploying, the action tried to get the workflow file name by calling to GitHub, then it failed with timeout error.
If I set proxy in the terminal, I can connect to the GitHub to get the workflow file name.
Before version 5.0.1, timeout happened after around 14 mins.
On version 5.0.1, timeout happened after around 2 mins.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the GitHub call that retrieves the workflow file name and inspect how this action currently configures its network requests. Define how a proxy can be supplied, then verify that the request succeeds through a proxy without the reported timeout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, kubernetes, typescript
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100