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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Config property quarkus.github-app.private-key is mandatory, but it's not really useful in dev and test mode AFAICT.
quarkus.github-app.private-key
People end up setting it to a dummy private key just to make Quarkus happy.
That's inconvenient. Let's make this configuration property optional in tests and dev mode, if possible?
The text was updated successfully, but these errors were encountered:
I had a quick look at that and the private key is required for dev mode. It can be optional only for tests.
Sorry, something went wrong.
Make the app id and private key optional in tests
685e5b7
Fixes quarkiverse#280
978708a
Successfully merging a pull request may close this issue.
Config property
quarkus.github-app.private-key
is mandatory, but it's not really useful in dev and test mode AFAICT.People end up setting it to a dummy private key just to make Quarkus happy.
That's inconvenient. Let's make this configuration property optional in tests and dev mode, if possible?
The text was updated successfully, but these errors were encountered: