diff --git a/.github/workflows/test_and_lint.yml b/.github/workflows/test_and_lint.yml index a7bbf974..d0625f83 100644 --- a/.github/workflows/test_and_lint.yml +++ b/.github/workflows/test_and_lint.yml @@ -51,7 +51,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} - name: run integration tests run: - python -m tests.integration.test_bergamo.test_session AWS_METADATA_MAPPER_BUCKET=${{ env.AWS_METADATA_MAPPER_BUCKET }} + python -m tests.integration.test_bergamo.test_session AWS_METADATA_MAPPER_BUCKET=${{ secrets.AWS_METADATA_MAPPER_BUCKET_DEV }}