Skip to content

Commit

Permalink
Merge branch 'develop' into release/8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicwest authored Feb 8, 2024
2 parents 10386d8 + 633f754 commit 2157e26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/promoteToProd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
paths-ignore:
- "*.md"

env:
AWS_REGION: eu-west-2

jobs:
promoteToProd:
environment: AWS
Expand All @@ -24,7 +21,7 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
role-session-name: github-gap-automated-tests
aws-region: ${{ env.AWS_REGION }}
aws-region: eu-west-2

- name: Login to AWS ECR
id: login-ecr
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/pushImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
paths-ignore:
- "*.md"

env:
AWS_REGION: eu-west-2

jobs:
test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -80,7 +77,7 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
role-session-name: github-gap-automated-tests
aws-region: ${{ env.AWS_REGION }}
aws-region: eu-west-2

- name: Login to AWS ECR
id: login-ecr
Expand Down Expand Up @@ -137,7 +134,7 @@ jobs:
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
role-session-name: github-gap-automated-tests
aws-region: ${{ env.AWS_REGION }}
aws-region: eu-west-2

- name: Login to AWS ECR
id: login-ecr
Expand Down

0 comments on commit 2157e26

Please sign in to comment.