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
Allow passing the GitHub password to the get-gitlab-runner-registration-token repo. #84
Closed
a-t-0 closed 2 years ago
The GitHub password is used to:
[x] pass the GitHub pw to the function that sets the ssh-deploy key as optional argument.
[x] pass the GitHub pw to the function that sets the GitHub personal access token as optional argument.
[x] modify
get-gitlab-runner-registration-token
repo to take GitHub pw as optional argument.[x] Modify
get-gitlab-runner-registration-token
repo to propagate GitHub pw to the GitHub ssh-deploy key setting method.get-gitlab-runner-registration-token
repo to propagate GitHub pw to the GitHub personal access token method.