Skip to content

Commit fb71bf4

Browse files
update workflow
1 parent 4352f2b commit fb71bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: aws-actions/configure-aws-credentials@v1
4242
with:
4343
aws-access-key-id: ${{secrets.AWS_ACCESS_KEY_ID}}
44-
aws-secret-access-key: ${{secrets.AWS_SECRET-ACCESS_KEY}}
44+
aws-secret-access-key: ${{secrets.AWS_SECRET_ACCESS_KEY}}
4545
aws-region: ${{ env.REGION }}
4646

4747
- name: Login to Amazon ECR Private

0 commit comments

Comments
 (0)