From ac2fe3a28cb2276491f15fb2e80edcd3fdc888d1 Mon Sep 17 00:00:00 2001 From: Sebastian Ricaldoni Date: Wed, 12 Feb 2025 09:49:03 -0300 Subject: [PATCH] (docs) Removes duplicate word in README.md Minor fix to remove a duplicated `and`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e7f7c29b..96a970b33 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ for AWS API calls. ## Overview API calls to AWS need to be signed with credential information, so when you use -one of the AWS SDKs or an AWS tool, you must provide it with AWS credentials and +one of the AWS SDKs or an AWS tool, you must provide it with AWS credentials and AWS region. One way to do that in GitHub Actions is to use a repository secret with IAM credentials, but this doesn't follow [AWS security guidelines](https://docs.aws.amazon.com/IAM/latest/UserGuide/security-creds.html)