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

Research adding support for deploy keys #17

Open
kucharskim opened this issue Aug 8, 2024 · 0 comments
Open

Research adding support for deploy keys #17

kucharskim opened this issue Aug 8, 2024 · 0 comments
Labels
bootcamp Good for newcomers

Comments

@kucharskim
Copy link

kucharskim commented Aug 8, 2024

I recently needed to add a deploy key to a repo. This feature can add read-only or read-write access to a repository via SSH key. See more information at https://docs.github.com/en/authentication/connecting-to-github-with-ssh/managing-deploy-keys#deploy-keys

The article mentions that there is an API for deploy keys, so maybe each repo could have deploy keys fetched and listed public part in organization.toml as well.

Quite from the article:

You can also use the REST API to create deploy keys. For more information, see "REST API endpoints for deploy keys."

So I assume there could be a possibility to list and read deploy keys setup in a repository.

@kucharskim kucharskim added the bootcamp Good for newcomers label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bootcamp Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant