Support for Github Enterprise
See original GitHub issueHello!
Just followed the guide and found that the workflow fails within Github Enterprise (due to firewall and attempt to invoke api.github.com).
Run softprops/action-gh-release@v1
⚠️ Unexpected error fetching GitHub release for tag refs/tags/v0.0.3: HttpError: request to https://api.github.com/repos/amex-eng/test/releases/tags/v0.0.3 failed, reason: getaddrinfo EAI_AGAIN api.github.com
Error: request to https://api.github.com/repos/amex-eng/boop-boop/releases/tags/v0.0.3 failed, reason: getaddrinfo EAI_AGAIN api.github.com
It looks like like this might be addressable through a minor dependency bump:
@actions/github
:^2.0.0
, =>^2.2.0
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:10 (4 by maintainers)
Top Results From Across the Web
GitHub Enterprise Support
Welcome to the GitHub Enterprise Support Portal! To learn more about the nature of support we provide, please see the GitHub Enterprise website...
Read more >Premium Support - GitHub
Enterprise Premium
Support hours 24x5 24x7
Initial response – Urgent <8 hours 30 mins (includes initial troubleshooting)
Initial response – High <8 hours 4 hours
Read more >GitHub Enterprise Server - GitHub Support
Get help with GitHub Enterprise Server ... GitHub Enterprise Server licensing and support is now managed through a GitHub.com enterprise account. An enterprise...
Read more >About the Support Portal - GitHub Support
As a GitHub Enterprise Cloud or GitHub Enterprise Server customer your capabilities in the support portal depend on your role in your enterprise...
Read more >About GitHub Premium Support - GitHub Enterprise Cloud Docs
To sign up for GitHub Premium Support or upgrade your plan, you can contact our account management team or call +1 (877) 448-4820....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for calling this out. I’m looking to do an upgrade of all dependencies soon
The action works in our GHES. However we need to always use a user token, even when all permissions are set in the workflow.
The default GITHUB_TOKEN will throw the error @ruckc mentioned when uploading files.