From 4342c98e9d69c4778f80de896d4324859b44ac60 Mon Sep 17 00:00:00 2001 From: Jarrod Lowe Date: Sat, 3 Aug 2024 18:30:41 +1200 Subject: [PATCH] more test workflaow --- .github/workflows/environment-test.yaml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/environment-test.yaml b/.github/workflows/environment-test.yaml index b58797f8..d95160d8 100644 --- a/.github/workflows/environment-test.yaml +++ b/.github/workflows/environment-test.yaml @@ -23,5 +23,6 @@ jobs: with: role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT }}:role/GitHubAction-Wildsea role-session-name: GitHubTest + aws-region: ${{ secrets.AWS_REGION }} - name: GetCallerIdentity run: aws sts get-caller-identity diff --git a/README.md b/README.md index e4be5b28..b88ee501 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,4 @@ To set up a github repository: * Add another role with ReadyOnlyAccess, don't restrict the branch, and call it GitHubAccess-Wildsea * Add an environment "main" * Add an Environment Secret "AWS_ACCOUNT" with the ID of the AWS Account + * Add an Environment Secret "AWS_REGION" with the AWS Region you want to use