From 0e0ad1f4c7351cd723b4297c3403a5cde385f509 Mon Sep 17 00:00:00 2001 From: shaiq-dev Date: Tue, 12 Mar 2024 15:17:04 +0530 Subject: [PATCH] Added aws oidc doc link --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 45959b0..db1e23e 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Auto publish your new resume to a custom subdomain and save the old iterations i ### Deploy your own - Clone the repo and modify the latex template inside the `src` dir or add your own latex template there. If you are adding a new template, make sure to modify the [action](https://github.com/shaiq-dev/resume/blob/main/.github/workflows/upload-to-s3.yml#L21) file to include any new dependencies. -- For authenticating GitHub actions with AWS, I am using OIDC-standard short-term credentials authentication. Follow this amazing [guide](https://dev.to/slsbytheodo/configure-authentication-to-your-aws-account-in-your-github-actions-ci-13p3) to setup on your account. -
-[See also](https://aws.amazon.com/blogs/security/use-iam-roles-to-connect-github-actions-to-actions-in-aws/) this one from aws/ +- For authenticating GitHub actions with AWS, I am using OIDC-standard short-term credentials authentication. Follow this amazing [guide](https://dev.to/slsbytheodo/configure-authentication-to-your-aws-account-in-your-github-actions-ci-13p3) to setup on your account. + + [See also](https://aws.amazon.com/blogs/security/use-iam-roles-to-connect-github-actions-to-actions-in-aws/) this one from aws. - The iam role assigned to GitHub actions, uses following policy. ```json