diff --git a/example-workflows/cloud-build/README.md b/example-workflows/cloud-build/README.md index 52246ea8..5c9a0543 100644 --- a/example-workflows/cloud-build/README.md +++ b/example-workflows/cloud-build/README.md @@ -44,7 +44,7 @@ For pushes to the `master` branch, this workflow will: 1. [Create a Google Cloud service account][create-sa] if one does not already exist. -1. Add the the following [Cloud IAM roles][roles] to your service account: +1. Add the following [Cloud IAM roles][roles] to your service account: - [`Cloud Build Service Account`](https://cloud.google.com/cloud-build/docs/cloud-build-service-account) - allows for execution of builds on your behalf diff --git a/example-workflows/cloud-run/README.md b/example-workflows/cloud-run/README.md index 399d3a84..f4ecbf60 100644 --- a/example-workflows/cloud-run/README.md +++ b/example-workflows/cloud-run/README.md @@ -34,7 +34,7 @@ For pushes to the `example` branch, this workflow will: 1. [Create a Google Cloud service account][create-sa] or select an existing one. -1. Add the the following [Cloud IAM roles][roles] to your service account: +1. Add the following [Cloud IAM roles][roles] to your service account: - `Cloud Run Admin` - allows for the creation of new Cloud Run services diff --git a/example-workflows/gae/README.md b/example-workflows/gae/README.md index 193df796..7bd4b6a5 100644 --- a/example-workflows/gae/README.md +++ b/example-workflows/gae/README.md @@ -25,7 +25,7 @@ For pushes to the `example` branch, this workflow will: 1. [Create a Google Cloud service account][create-sa] or select an existing one. -1. Add the the following [Cloud IAM roles][roles] to your service account: +1. Add the following [Cloud IAM roles][roles] to your service account: - `App Engine Admin` - allows for the creation of new App Engine apps diff --git a/example-workflows/gce/README.md b/example-workflows/gce/README.md index fcc65d99..3a04e27e 100644 --- a/example-workflows/gce/README.md +++ b/example-workflows/gce/README.md @@ -45,7 +45,7 @@ For pushes to the `master` branch, this workflow will: 1. [Create a Google Cloud service account][create-sa] if one does not already exist. -1. Add the the following [Cloud IAM roles][roles] to your service account: +1. Add the following [Cloud IAM roles][roles] to your service account: - `Compute Instance Admin` - allows administering GCE VMs diff --git a/example-workflows/gke-kustomize/README.md b/example-workflows/gke-kustomize/README.md index f7b8def9..9c085e6a 100644 --- a/example-workflows/gke-kustomize/README.md +++ b/example-workflows/gke-kustomize/README.md @@ -49,7 +49,7 @@ For pushes to the `main` branch, this workflow will: 1. [Create an Antifact Registry docker repository](https://cloud.google.com/artifact-registry/docs/docker/quickstart#gcloud) if one does not already exist -1. Add the the following [Cloud IAM roles][roles] to your service account: +1. Add the following [Cloud IAM roles][roles] to your service account: - `Kubernetes Engine Developer` - allows deploying to GKE diff --git a/example-workflows/gke/README.md b/example-workflows/gke/README.md index c9f4f0b3..5a82c109 100644 --- a/example-workflows/gke/README.md +++ b/example-workflows/gke/README.md @@ -45,7 +45,7 @@ For pushes to the `main` branch, this workflow will: 1. [Create a Google Cloud service account][create-sa] if one does not already exist. -1. Add the the following [Cloud IAM roles][roles] to your service account: +1. Add the following [Cloud IAM roles][roles] to your service account: - `Kubernetes Engine Developer` - allows deploying to GKE