TruCol / Self-host-GitLab-CI-for-GitHub

Installs your own GitLab CI and runs it on all your GitHub repos, in a single command.
GNU Affero General Public License v3.0
4 stars 3 forks source link

Only set new GitHub SSH key and PAC if needed. #108

Closed a-t-0 closed 1 year ago

a-t-0 commented 2 years ago

Relevant code:

set_personal_github_pat_and_verify() 
# TODO: first verify if the GitHub pat exists and can be used, before
    # creating a new one.
a-t-0 commented 1 year ago

Done, it works.