Github Authentication Changing as of August 13, 2021

This has been happening for a little while now but when I commit my project to github, node-red asks for my loginId/password combo. I have been receiving an email from github that they method of authenticating will be deprecated in mid august.

Are there a set of instructions on how to set this new authentication relationship up between node-red projects and github?

Thanks

Joe

Hi @jmorris644

Create a Personal Access Token in your Github Account, as described here: Creating a personal access token - GitHub Docs

You then use that token instead of your password when NR prompts you for your GitHub credentials.

2 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.