We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c4647 commit 3d69573Copy full SHA for 3d69573
1 file changed
.github/workflows/test-and-deploy.yml
@@ -69,8 +69,8 @@ jobs:
69
- name: Configure AWS credentials
70
uses: aws-actions/configure-aws-credentials@v1
71
with:
72
- aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
73
- aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
+ aws-access-key-id: ${{ secrets.GRADING_AWS_ACCESS_KEY_ID }}
+ aws-secret-access-key: ${{ secrets.GRADING_AWS_SECRET_ACCESS_KEY }}
74
aws-region: eu-west-2
75
76
- name: Login to Amazon ECR
0 commit comments