Update Readme.md

This commit is contained in:
Brian Read 2024-05-26 21:24:58 +02:00
parent f984ec736d
commit c4f00b4328

View File

@ -203,6 +203,8 @@ Create a repo on github.com and add a push mirror entry to the equivalent gitea
* \<organisation\> Name of the organisation in GITEA * \<organisation\> Name of the organisation in GITEA
* \<github organisation\> Name of the organisation in GITHUB * \<github organisation\> Name of the organisation in GITHUB
Note that .smegit/conf needd GITHIUBTOKEN and GITHUBLOGIN the token must have the necessary permissions. Either fine-grain token or one fo the orginal tokens. Created through settings/developer tools/api tokens. Note that .smegit/conf needd GITHUBTOKEN and GITHUBLOGIN the token must have the necessary permissions. Either fine-grain token or one of the orginal tokens. Created through settings/developer tools/api tokens on github.com.
Also need to login in to github using `gh auth login` before running the command.