Skip to content

Commit ac8236b

Browse files
authored
Update cli_test_e2e.yml
1 parent d6ba14d commit ac8236b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/cli_test_e2e.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
go get -v ./...
3636
working-directory: cli_e2e
3737

38+
- name: Configure AWS Credentials
39+
uses: aws-actions/configure-aws-credentials@v4
40+
with:
41+
aws-region: us-east-1
42+
role-to-assume: ${{ secrets.AWS_E2E_TEST_ROLE }}
43+
3844
- name: Test
3945
run: |
4046
echo '${{ secrets.GCP_CREDENTIALS }}' > /tmp/gcp.json
@@ -43,6 +49,7 @@ jobs:
4349
env:
4450
GOOGLE_APPLICATION_CREDENTIALS: /tmp/gcp.json
4551
GOOGLE_STORAGE_BUCKET: gcp-plan-artefacts
52+
AWS_S3_BUCKET: digger-tests-bucket
4653

4754

4855

0 commit comments

Comments
 (0)