You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Hi! Thank you for this contribution! Just to let you know, our GitHub SDK team does a round of issue and PR reviews twice a week, every Monday and Friday! We have a process in place for prioritizing and responding to your input. Because you are a part of this community please feel free to comment, add to, or pick up any issues/PRs that are labled with Status: Up for grabs. You & others like you are the reason all of this works! So thank you & happy coding! 🚀
closing in favor of actions/create-github-app-token#77. The issue is not related to octokit, let's discuss over at the repository of the GitHub Action itself
Describe the need
Reference from discussion
I was creating an access token for a github app installed in a different organization and repository. I learned about https://github.com/actions/create-github-app-token#create-a-token-for-all-repositories-in-another-owners-installation.
Similar to the
baseUrl
option in Octokit constructor, it would be great if we could specify the github API url as an input to this actionI tried creating an access token for my github app installed in a different organization by specifying the owner and repository using the following:
However, the default github API hostname/url is set to
api.github.com
and we cannot change it to a custom hosted github installation.Code of Conduct
The text was updated successfully, but these errors were encountered: