We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5110cc3 commit 5774d10Copy full SHA for 5774d10
.github/workflows/e2e-infra-deploy.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: aws-actions/configure-aws-credentials@e1e17a757e536f70e52b5a12b2e8d1d1c60e04ef
28
with:
29
role-to-assume: ${{ secrets.E2E_DEPLOY_ROLE }}
30
- aws-region: ${{ secrets.E2E_DEPLOY_REGION }}
+ aws-region: us-east-1
31
32
- name: Set up .NET
33
uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
0 commit comments