Skip to content

Commit 0344544

Browse files
committed
Capitalize env vars
1 parent 9b7c44e commit 0344544

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,9 @@ jobs:
177177
- name: Upload to S3
178178
run: aws s3 cp bin/ s3://adafruit-circuit-python/bin/ --recursive --no-progress --region us-east-1
179179
env:
180-
aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
181-
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
180+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
181+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
182+
if: github.event_name == "push"
182183

183184
website:
184185
runs-on: ubuntu-16.04

0 commit comments

Comments
 (0)