Parker Brown
1f82f7df93
feat: add proxy support ( #102 )
...
Adds support for the following environment variables:
- `https_proxy`
- `HTTPS_PROXY`
- `http_proxy`
- `HTTP_PROXY`
- `no_proxy`
- `NO_PROXY`
2024-02-08 15:39:04 -08:00
Gregor Martynus
837e2752e0
feat: github-api-url ( #88 )
...
closes #77
---------
Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com >
2024-01-26 10:51:16 -08:00
Gregor Martynus
bdb2377ad0
test: add coverage ( #58 )
2023-10-06 12:54:48 -07:00
Gregor Martynus
c08c5ace34
fix(GHES): respect GITHUB_API_URL when creating installation access token ( #38 )
...
Follow up to #36 . I just wanted to do some refactoring but turns out I
missed to pass the custom `request` instance to `createAppAuth`. It will
fallback to the default `request` which does not respect
`GITHUB_API_URL`
2023-08-29 22:29:41 -07:00
7Hazard
ede6c15881
feat: add GitHub Enterprise Server (GHES) support ( #36 )
...
This adds support for this action to be used in GitHub Enterprise
Server.
It sends request to the base url extracted from
[GITHUB_API_URL](https://docs.github.com/en/enterprise-server@3.10/actions/learn-github-actions/variables#default-environment-variables ).
---------
Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com >
2023-08-29 16:13:34 -07:00
Gregor Martynus
f45685208f
feat: initial version ( #1 )
...
Co-authored-by: Parker Brown <17183625+parkerbxyz@users.noreply.github.com >
Co-authored-by: Gregor Martynus <gr2m@users.noreply.github.com >
2023-06-08 17:04:10 -07:00