Skip to content

Commit

Permalink
fix: or-2583 use dedicated user for lambda deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Jan 22, 2025
1 parent ef94d94 commit 47a660e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -540,8 +540,8 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.VBR_AWS_BUILD_USER_ACCESS_KEY_ID_IK4 }}
aws-secret-access-key: ${{ secrets.VBR_AWS_BUILD_USER_SECRET_ACCESS_KEY_IK4 }}
aws-access-key-id: ${{ secrets.VBR_AWS_DEPLOY_LAMBDA_USER_ACCESS_KEY_ID_IK4 }}
aws-secret-access-key: ${{ secrets.VBR_AWS_DEPLOY_LAMBDA_USER_SECRET_ACCESS_KEY_IK4 }}
aws-region: ${{ secrets.VBR_AWS_REGION }}

- name: Show AWS CLI version
Expand All @@ -568,8 +568,8 @@ jobs:
version: ${{ needs.release.outputs.version }}
status-url: $STATUS_URL
deploy-url: $BUILD_URL
access-key: ${{ secrets.VBR_AWS_BUILD_USER_ACCESS_KEY_ID_IK4 }}
secret-key: ${{ secrets.VBR_AWS_BUILD_USER_SECRET_ACCESS_KEY_IK4 }}
access-key: ${{ secrets.VBR_AWS_DEPLOY_LAMBDA_USER_ACCESS_KEY_ID_IK4 }}
secret-key: ${{ secrets.VBR_AWS_DEPLOY_LAMBDA_USER_SECRET_ACCESS_KEY_IK4 }}
deploy-target: 'lambda'
domain: 'verenigingsregister'
project: 'verenigingsregister'
Expand Down

0 comments on commit 47a660e

Please sign in to comment.