You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, a GitHub personal access code is used to set the build status of the GitHub commits on which the GitLab CI is ran. This is done in function:
get_github_personal_access_token
and the ability to set the build status of the GitHub commits is verified in:
custom_set_build_status_of_github_commit
Determine what the minimal permissions need to be to set the build status of a commit.
Automatically create an ssh-key that is able to set the commit build status of arbitrary repos within the GitHub username/organisation. (Re-use the code in src/helper_ssh.sh for this purpose).
The text was updated successfully, but these errors were encountered:
Currently, a GitHub personal access code is used to set the build status of the GitHub commits on which the GitLab CI is ran. This is done in function:
and the ability to set the build status of the GitHub commits is verified in:
src/helper_ssh.sh
for this purpose).The text was updated successfully, but these errors were encountered: