-
Notifications
You must be signed in to change notification settings - Fork 30
Description
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:
- 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