Skip to content

Conversation

@erezrokah
Copy link
Member

Summary

Fixes #12403

@erezrokah erezrokah requested review from a team and disq and removed request for a team July 19, 2023 09:24
@github-actions
Copy link

This PR has the following changes to source plugin(s) tables:

  • Table github_repository_keys was added


func keys() *schema.Table {
return &schema.Table{
Name: "github_repository_keys",
Copy link
Member Author

@erezrokah erezrokah Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I went with github_repository_keys and not github_repository_deploy_keys because the API list method is called ListKeys and the Go type is github.Key

@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Jul 19, 2023
@kodiakhq kodiakhq bot merged commit cce0cac into cloudquery:main Jul 19, 2023
@erezrokah erezrokah deleted the feat/gituhb_deploy_keys branch July 19, 2023 11:06
kodiakhq bot pushed a commit that referenced this pull request Jul 25, 2023
🤖 I have created a release *beep* *boop*
---


## [7.1.0](plugins-source-github-v7.0.1...plugins-source-github-v7.1.0) (2023-07-25)


### This Release has the Following Changes to Tables
- Table `github_repository_keys` was added

### Features

* **resources:** Add Repository Keys ([#12407](#12407)) ([cce0cac](cce0cac))


### Bug Fixes

* **deps:** Update github.com/cloudquery/arrow/go/v13 digest to 10df4b9 ([#12443](#12443)) ([e385283](e385283))
* **deps:** Update module github.com/cloudquery/plugin-sdk/v4 to v4.2.3 ([#12307](#12307)) ([8f14e4d](8f14e4d))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add Deploy Keys to GitHub source plugin

3 participants