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 8759465 commit 6e92d22
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 @@ -92,6 +92,12 @@ jobs:
- name: Configure ITAR 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_ITAR }}
aws-region: us-gov-east-1
Expand Down

0 comments on commit 6e92d22

Please sign in to comment.