This is an automated email from the ASF dual-hosted git repository. aldettinger pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 57542847f3 Fix small typo 57542847f3 is described below commit 57542847f35928678745300ee241f1309e33b50d Author: aldettinger <aldettin...@gmail.com> AuthorDate: Wed Aug 24 16:23:15 2022 +0200 Fix small typo --- integration-tests/google-pubsub/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/google-pubsub/README.adoc b/integration-tests/google-pubsub/README.adoc index f859f7d67c..80dd249194 100644 --- a/integration-tests/google-pubsub/README.adoc +++ b/integration-tests/google-pubsub/README.adoc @@ -11,7 +11,7 @@ Tests are executed with local container, unless both `GOOGLE_APPLICATION_CREDENT To run the Google Pubsub client library, you must first set up authentication by creating a service account key. You can find more info in the https://cloud.google.com/pubsub/docs/reference/libraries#setting_up_authentication[documentation]. Required permissions are to create/read/write the topics and subscriptions. -There are several roles which contain all required permission (for example `Pub/sub editor`). +There are several roles which contain all required permissions (for example `Pub/sub editor`). When you have the **service account key** you can provide authentication credentials and project id by setting both environment variables: