Skip to content

Commit

Permalink
Make aws region configurable too
Browse files Browse the repository at this point in the history
  • Loading branch information
danmindru committed Aug 15, 2022
1 parent a5aa0f9 commit bbbc998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-email-signature.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Generate eMail Template
on:
workflow_dispatch:
workflow_dispatch:

jobs:
generate-email-signature:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit bbbc998

Please sign in to comment.