Skip to content

Commit

Permalink
Changed aws user and source of cdk info
Browse files Browse the repository at this point in the history
  • Loading branch information
caparker committed Jun 10, 2024
1 parent 4d5a92a commit 3134062
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-aeolus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@master
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_STAGING }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY_STAGING }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_PROD }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY_PROD }}
aws-region: ${{ secrets.AWS_REGION }}

- name: Get envionmental values
Expand Down Expand Up @@ -63,8 +63,8 @@ jobs:
WEB_ACL_ID: ${{ env.WEB_ACL_ID }}
CERTIFICATE_ARN: ${{ env.CERTIFICATE_ARN }}

CDK_ACCOUNT: ${{ env.CDK_ACCOUNT }}
CDK_REGION: ${{ env.CDK_REGION }}
CDK_ACCOUNT: ${{ secrets.CDK_ACCOUNT }}
CDK_REGION: ${{ secrets.CDK_REGION }}

VPC_ID: ${{ env.VPC_ID }}

Expand Down

0 comments on commit 3134062

Please sign in to comment.