From 84a8fd5e77b9b29c872605d143bf992ad903de5d Mon Sep 17 00:00:00 2001 From: "Yukiya Hayashi A.k.a morihaya" Date: Wed, 6 Sep 2023 06:28:45 +0900 Subject: [PATCH] fix typo "odic" to "oidc" (#820) Noticed a typo where "oidc" was mistakenly written as "odic". This typo was present in both the documentation and a certain file name. Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com> --- examples/federated-setup/README.md | 2 +- ...s-odic-federation.yml => github-actions-oidc-federation.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/federated-setup/{github-actions-odic-federation.yml => github-actions-oidc-federation.yml} (100%) diff --git a/examples/federated-setup/README.md b/examples/federated-setup/README.md index 209f43e..80b302d 100644 --- a/examples/federated-setup/README.md +++ b/examples/federated-setup/README.md @@ -1,6 +1,6 @@ # federated-setup -## [github-action-oidc-federation](./github-actions-odic-federation.yml) +## [github-action-oidc-federation](./github-actions-oidc-federation.yml) Setup of the OIDC federation between your GitHub Organization/repository and your AWS account. diff --git a/examples/federated-setup/github-actions-odic-federation.yml b/examples/federated-setup/github-actions-oidc-federation.yml similarity index 100% rename from examples/federated-setup/github-actions-odic-federation.yml rename to examples/federated-setup/github-actions-oidc-federation.yml