-
Notifications
You must be signed in to change notification settings - Fork 45
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
[GitHub] Deprecation Notice #345
Comments
I think you ran The CLI really needs some love, but the current maintainers cannot find the time for it. For this particular case, we wait for the CLI authentication library from @octokit, which will use the OAuth web flow instead of the deprecated authorization APIs |
👋 Just to let you know that I've experienced the same issues after setting up |
Ran into this issue as well: https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization It still posts to https://api.github.com/authorizations and returns the following:
I believe the octokit module should have the functionality now from browsing around. |
sorry :( it really is about time we replace the username/password with an OAuth flow. I might find some time to get this finally going this week |
while at it, we should also replace the default travis setup with GitHub actions, because Travis became close to useless lately |
I'm literally in the middle of implementing a Github action as my Travis job was essentially in a queue for like 3 hours before being ran, which is pretty bad for such a popular tool. And it's fine, no huge rush, I just had to reverse engineer what the script was trying to do and applied the environment variables and tokens manually. |
this is what my usual release GitHub action looks like: You don't need to configure the GITHUB_TOKEN, it's already provided. Unless you have actions triggered by the |
Thanks a lot! |
Current behavior
Message from Github after running
npx semantic-release setup
Expected behavior
No emails. Inbox full.
Environment
The text was updated successfully, but these errors were encountered: