Skip to content

Commit c389071

Browse files
config aws in integration test
1 parent ffe1b30 commit c389071

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
needs: tests
2424
if: github.ref == 'refs/heads/qa2'
2525
steps:
26+
- name: Configure AWS credentials
27+
uses: aws-actions/configure-aws-credentials@v2
28+
with:
29+
role-to-assume: arn:aws:iam::946183545209:role/GithubActionsDeployerRole
30+
aws-region: us-east-1
2631
- uses: actions/checkout@v4
2732
- name: Set Node version
2833
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)