Skip to content

Commit 173812f

Browse files
authored
Update main.yml
1 parent 63f5d32 commit 173812f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: aws-actions/configure-aws-credentials@v1
3030
with:
3131
aws-access-key-id: ${{ secrets.AWS_KEY_ID }}
32-
aws-secret-access-key: q${{ secrets.AWS_ACCESS_KEY }}
32+
aws-secret-access-key: ${{ secrets.AWS_ACCESS_KEY }}
3333
aws-region: us-east-1
3434

3535
- name: DVC setup

0 commit comments

Comments
 (0)