-
Notifications
You must be signed in to change notification settings - Fork 29
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
Not able to authenticate using Github Enterprise version #981
Comments
Hello @swaprenge Or, you could have a cron job in the GitHub Action to run |
Hi @eunjae-lee Thanks for your reply. I have setup Let me know if you need any other details. |
Hi @swaprenge, first of all, I have no experience with GH enterprise, so I've never seen that sign-in page. So I may be wrong on what I'm talking about. On your first screenshot I see
I assume.. the domain is not github.com but something of your company's, right? |
If that's the cause, I think these three lines should change:
There can be a config for that like
What do you think? Would you be interested in contributing? |
@eunjae-lee I think these suggested changes will be required to support the enterprise host. Thanks. |
Yeah, If we push to the correct origin (i,e GitHub enterprise in my case) then we might see the correct sign-in page. |
Thanks for the contribution @swaprenge :) I'll wait for your PR then. |
@eunjae-lee apologies for the late, I was trying to make the above changes, but not sure about how to access Thanks. |
I think I got it, We need to use the PS: I ran |
Not able to authenticate using Github Enterprise version
A clear and concise description of what the bug is.
I setup shipjs and configured github token in my Github Enterprise account.
While running the
yarn run release
after running some checks, one of the step is Authentication, which opens github sign in page.
But my repository is under the github enterprise version.
How can I authenticate using Github enterprise version?
To Reproduce
Steps to reproduce the behavior:
yarn run release
Expected behavior
Authentication should be successful and should be able to create release branch under the Github enterprise repository.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
node -v
: v.12.18.1npm -v
oryarn -v
: yarn v3.2.0Additional context
NA
The text was updated successfully, but these errors were encountered: