Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow setting GitHub commit status using ssh key. #81

Open
2 tasks
a-t-0 opened this issue Feb 17, 2022 · 0 comments
Open
2 tasks

Allow setting GitHub commit status using ssh key. #81

a-t-0 opened this issue Feb 17, 2022 · 0 comments
Milestone

Comments

@a-t-0
Copy link
Member

a-t-0 commented Feb 17, 2022

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant