We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We can get the installation id via code following this: https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation#using-an-installation-access-token-to-authenticate-as-an-app-installation
We should validate that this makes sense to do as well. Such as will this cause more API calls are there any downsides to doing this?
Maybe we support both modes where if an installation id is configured in secret we use it if not we programatically get it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We can get the installation id via code following this: https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-as-a-github-app-installation#using-an-installation-access-token-to-authenticate-as-an-app-installation
We should validate that this makes sense to do as well. Such as will this cause more API calls are there any downsides to doing this?
Maybe we support both modes where if an installation id is configured in secret we use it if not we programatically get it.
The text was updated successfully, but these errors were encountered: