Skip to content

Commit

Permalink
[Python/EKS] Upgrade get secrets action to v2 + increase time limit (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeboc authored Aug 9, 2024
1 parent 88574e3 commit f2d82d2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-eks-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
aws-region: us-east-1

- name: Retrieve account
uses: aws-actions/aws-secretsmanager-get-secrets@v1
uses: aws-actions/aws-secretsmanager-get-secrets@v2
with:
secret-ids: |
ACCOUNT_ID, region-account/${{ env.E2E_TEST_AWS_REGION }}
Expand Down Expand Up @@ -187,7 +187,9 @@ jobs:
- name: Get RDS database credentials from SecretsManager
continue-on-error: true
uses: aws-actions/aws-secretsmanager-get-secrets@v1
uses: aws-actions/aws-secretsmanager-get-secrets@v2
env:
NODE_OPTIONS: "--network-family-autoselection-attempt-timeout=1000"
with:
secret-ids:
RDS_MYSQL_CLUSTER_SECRETS, ${{env.RDS_MYSQL_CLUSTER_CREDENTIAL_SECRET_NAME}}
Expand Down

0 comments on commit f2d82d2

Please sign in to comment.