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

Added support for Github OAuth Access token Closes #431 #432

Merged
merged 1 commit into from May 6, 2024

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented May 1, 2024

Example query results

Results
Add example SQL query results here (please include the input queries as well)

@ParthaI ParthaI self-assigned this May 1, 2024
@ParthaI ParthaI marked this pull request as draft May 1, 2024 05:22
@HikaruEgashira
Copy link

This change work correctly!

❯ GITHUB_TOKEN=$(gh auth token) steampipe query                           
Welcome to Steampipe v0.22.2
For more information, type .help
> select
  name,
  primary_language -> 'name' as language,
  fork_count,
  stargazer_count
from
  github_my_repository;
+----------------------------------------------------+---------------------+------------+-----------------+
| name                                               | language            | fork_count | stargazer_count |
+----------------------------------------------------+---------------------+------------+-----------------+
| xxxxxxxxxx                                         | "xxxxxxxxxxxx"      | x          | x               |
image

@ParthaI
Copy link
Contributor Author

ParthaI commented May 2, 2024

Thank you @HikaruEgashira for the confirmation!

@ParthaI ParthaI requested a review from bigdatasourav May 2, 2024 10:41
@ParthaI ParthaI marked this pull request as ready for review May 2, 2024 10:43
@bigdatasourav bigdatasourav merged commit 257960a into main May 6, 2024
1 check passed
@bigdatasourav bigdatasourav deleted the issue-431 branch May 6, 2024 05:01
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.

None yet

3 participants