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 a configurable credential for github checks plugin instead of using the cred from the initial clone #296

Open
JeffCobble opened this issue Sep 30, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@JeffCobble
Copy link

What feature do you want to see added?

I am looking for the ability to configure a specific credential for use with the github checks plugin. Right now, it appears to require a githup app credential in Jenkins. This is ok, but would be good to also be able to use a PAT where needed. I would also like to be able to use a different credential to clone the repo vs the credential used for the checks plugin.

Use Case: We have a github org where we cannot give global read access to the repo itself, but still want to enable github checks to work. Our org is managed in such a way and has too many repos for each repo to manage an app due to security constraints.

Upstream changes

No response

@JeffCobble JeffCobble added the enhancement New feature or request label Sep 30, 2022
@timja
Copy link
Member

timja commented Sep 30, 2022

This plugin cannot work with a PAT, as GitHub decided this api would be for apps only

@JeffCobble
Copy link
Author

Not an issue on the PAT. Just a nice to have there. The main concern would be the ability to define an independent credential on the checks plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants