We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7839c commit 1fa58e9Copy full SHA for 1fa58e9
1 file changed
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
# We don't actually need AWS credentials in the tests, but LocalStack
30
# complains if they're not there, so we add dummies to the environment.
31
AWS_ACCESS_KEY_ID: dummy
32
- AWS_SECRET_KEY: dummy
+ AWS_SECRET_ACCESS_KEY: dummy
33
AWS_REGION: us-east-1
34
run: |
35
chmod 755 build-all.sh && ./build-all.sh $MODULE
0 commit comments