Skip to content

Commit

Permalink
fix: or-2583 change credentials for upload lambda in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy committed Jan 23, 2025
1 parent 1754345 commit 32173f9
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 @@ -541,8 +541,8 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v4
with:
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-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-region: ${{ secrets.VBR_AWS_REGION }}

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

0 comments on commit 32173f9

Please sign in to comment.