Skip to content

Commit 9b7c44e

Browse files
committed
Remove rogue space to hopefully fix AWS credentials
1 parent fc85714 commit 9b7c44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178
run: aws s3 cp bin/ s3://adafruit-circuit-python/bin/ --recursive --no-progress --region us-east-1
179179
env:
180180
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
181-
aws_secret_access_key: ${{ secrets. AWS_SECRET_ACCESS_KEY }}
181+
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
182182

183183
website:
184184
runs-on: ubuntu-16.04

0 commit comments

Comments
 (0)