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

Fix github_app_authentication.rs example #458

Merged
merged 1 commit into from
Sep 7, 2023
Merged

Fix github_app_authentication.rs example #458

merged 1 commit into from
Sep 7, 2023

Conversation

dima74
Copy link
Contributor

@dima74 dima74 commented Sep 6, 2023

Fixes #215

The API call .get("/installation/repositories", ...) has to be authenticated through an installation ID, so better to use .apps().installations() API call in this example

@dima74 dima74 changed the title Fix github_app_authentication.rs Fix github_app_authentication.rs example Sep 6, 2023
@XAMPPRocky
Copy link
Owner

Thank you for your PR, and congrats on your first contribution! 🎉

@XAMPPRocky XAMPPRocky merged commit 7194ac5 into XAMPPRocky:main Sep 7, 2023
10 checks passed
@github-actions github-actions bot mentioned this pull request Sep 7, 2023
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.

Github App authentication example fails
2 participants