Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 78b6a79

Browse files
committed
fixes
1 parent 488b8c7 commit 78b6a79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ jobs:
3939
run: npx codecov
4040

4141
- name: Upload handler sizes to S3
42-
if: ${{ github.ref == 'refs/heads/master' }}
42+
#if: ${{ github.ref == 'refs/heads/master' }}
4343
env:
44+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_AT }}
45+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ST }}
46+
AWS_DEFAULT_REGION: us-east-1
4447
GITHUB_SHA: ${{ github.sha }}
4548
run: yarn upload-handler-sizes
4649

0 commit comments

Comments
 (0)