Not able to authenticate using Github Enterprise version
See original GitHub issueNot 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:
- Run
yarn run release
- Wait till github authentication prompts open.
- Try to enter the token created under the Github Enterprise account.
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):
- environment: (your local machine, CircleCI, Travis CI, etc.) local machine
node -v
: v.12.18.1npm -v
oryarn -v
: yarn v3.2.0- Ship.js version: 0.24.4
Additional context NA
Issue Analytics
- State:
- Created a year ago
- Comments:10 (4 by maintainers)
Top GitHub Comments
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?
I think I got it, We need to use the
loadConfig
function to get config values, Will try to use it and will update, @eunjae-lee I am trying to push the PR, but getting permission denied.PS: I ran
yarn contributors:add
command as well.