Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 49eb65e

Browse files
AlexRuiz7Jorgesnchz
authored andcommittedMar 7, 2025
Use AWS_REGION secret (#209)
1 parent 1dc076b commit 49eb65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.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)
Please sign in to comment.