Skip to content

Commit 746b0c1

Browse files
committed
Use AWS_REGION secret (#209)
1 parent 2858b4d commit 746b0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
with:
178178
aws-access-key-id: ${{ secrets.CI_INTERNAL_DEVELOPMENT_BUCKET_USER_ACCESS_KEY }}
179179
aws-secret-access-key: ${{ secrets.CI_INTERNAL_DEVELOPMENT_BUCKET_USER_SECRET_KEY }}
180-
aws-region: us-east-1
180+
aws-region: ${{ secrets.CI_AWS_REGION }}
181181

182182
- name: Upload package to S3
183183
if: ${{ inputs.upload }}

0 commit comments

Comments
 (0)