diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 14ee5925..6093e249 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -21,6 +21,13 @@ jobs: run: | make setup + - name: Configure AWS credentials for dev + uses: aws-actions/configure-aws-credentials@v1 + with: + aws-access-key-id: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }} + aws-secret-access-key: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }} + aws-region: eu-west-2 + - name: Run only rebaselining integration test env: EPC_AUTH_TOKEN: ${{ secrets.DEV_EPC_AUTH_TOKEN }}