Skip to content

Commit 0e76e6e

Browse files
authored
change secret
1 parent dec6396 commit 0e76e6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
- name: Configure AWS credentials
7070
uses: aws-actions/configure-aws-credentials@v1
7171
with:
72-
aws-access-key-id: ${{ secrets.GRADING_AWS_ACCESS_KEY_ID }}
73-
aws-secret-access-key: ${{ secrets.GRADING_AWS_SECRET_ACCESS_KEY }}
72+
aws-access-key-id: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_ID }}
73+
aws-secret-access-key: ${{ secrets.LAMBDA_CONTAINER_PIPELINE_AWS_SECRET }}
7474
aws-region: eu-west-2
7575

7676
- name: Login to Amazon ECR

0 commit comments

Comments
 (0)