Skip to content

Commit 1fa58e9

Browse files
committed
add dummy AWS credentials
1 parent 3d7839c commit 1fa58e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# We don't actually need AWS credentials in the tests, but LocalStack
3030
# complains if they're not there, so we add dummies to the environment.
3131
AWS_ACCESS_KEY_ID: dummy
32-
AWS_SECRET_KEY: dummy
32+
AWS_SECRET_ACCESS_KEY: dummy
3333
AWS_REGION: us-east-1
3434
run: |
3535
chmod 755 build-all.sh && ./build-all.sh $MODULE

0 commit comments

Comments
 (0)