Skip to content

Commit

Permalink
Update bitrise-envs-sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atn4z7 committed Feb 21, 2024
1 parent 78291d4 commit 2da3212
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bitrise-envs-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:

- name: Retrieve envs from AWS Secrets Manager 1
working-directory: packages/core-mobile/scripts/github
env:
AWS_EC2_METADATA_DISABLED: 'true'
run: |
sudo aws --region us-east-2 secretsmanager get-secret-value --secret-id "core/dev/mobile/.env.development.test" | grep "SecretString"
sudo aws secretsmanager get-secret-value --secret-id "core/dev/mobile/.env.development.test" | grep "SecretString"
- name: Retrieve envs from AWS Secrets Manager 2
working-directory: packages/core-mobile/scripts/github
run: |
Expand Down

0 comments on commit 2da3212

Please sign in to comment.