From bbbc998038f2feeab3e70856c7e19adb675eb4d9 Mon Sep 17 00:00:00 2001 From: Dan Mindru Date: Mon, 15 Aug 2022 22:42:17 +0200 Subject: [PATCH] Make aws region configurable too --- .github/workflows/generate-email-signature.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate-email-signature.yml b/.github/workflows/generate-email-signature.yml index 8f38df3..53926e1 100644 --- a/.github/workflows/generate-email-signature.yml +++ b/.github/workflows/generate-email-signature.yml @@ -1,6 +1,6 @@ name: Generate eMail Template on: - workflow_dispatch: + workflow_dispatch: jobs: generate-email-signature: @@ -37,7 +37,7 @@ jobs: uses: aws-actions/configure-aws-credentials@v1 with: role-to-assume: ${{ secrets.GH_GENERATE_EMAIL_ROLE }} - aws-region: eu-central-1 + aws-region: ${{ secrets.AWS_REGION }} - name: Upload Signature to S3 env: bucket_name: ${{ secrets.BUCKET_NAME }}