Skip to content

Commit

Permalink
Add back local stack for CN
Browse files Browse the repository at this point in the history
  • Loading branch information
sky333999 committed Dec 3, 2024
1 parent 8661616 commit 8759465
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
- name: Configure China AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
env:
AWS_DEFAULT_REGION: ${{ null }}
AWS_REGION: ${{ null }}
AWS_ACCESS_KEY_ID: ${{ null }}
AWS_SECRET_ACCESS_KEY: ${{ null }}
AWS_SESSION_TOKEN: ${{ null }}
with:
role-to-assume: ${{ env.TERRAFORM_AWS_ASSUME_ROLE_CN }}
aws-region: cn-north-1
Expand Down

0 comments on commit 8759465

Please sign in to comment.