Skip to content

Commit f49bb1b

Browse files
committed
ci: rename secret
1 parent 4120b4a commit f49bb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Configure AWS credentials
2222
uses: aws-actions/configure-aws-credentials@v4
2323
with:
24-
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
24+
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
2525
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2626
aws-region: us-east-1
2727

0 commit comments

Comments
 (0)