Skip to content

Commit

Permalink
chore: remove unnecessary words (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
knanao authored Jan 27, 2022
1 parent 8df0efc commit 65591e5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example-workflows/cloud-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example-workflows/cloud-run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion example-workflows/gae/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion example-workflows/gce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example-workflows/gke-kustomize/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example-workflows/gke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65591e5

Please sign in to comment.