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

[FEAT]: Add support for Public Keys API #2945

Merged
merged 7 commits into from
Dec 27, 2024

Conversation

colbylwilliams
Copy link
Contributor

Resolves #2944


Before the change?

  • No support for /meta/public_keys/<keyType>.

Secret Scanning and Copilot Extensions enable signature verification using public keys from the meta/public_keys API.

After the change?

  • Adds support viaClient.Meta.PublicKeys.Get

Pull request checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)

Does this introduce a breaking change?

Please see our docs on breaking changes to help!

  • Yes
  • No

Sorry, something went wrong.

Verified

This commit was signed with the committer’s verified signature.
knqyf263 Teppei Fukuda
colbylwilliams and others added 2 commits July 15, 2024 17:52
@nickfloyd nickfloyd merged commit f9fb116 into octokit:main Dec 27, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

[FEAT]: Add support for Public Keys API
3 participants