From bcbc882d54b3864625e9b09bbd72b7959dc29913 Mon Sep 17 00:00:00 2001 From: Mekhla Kapoor <54870020+mekhlakapoor@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:03:17 -0700 Subject: [PATCH] hides bucket value --- .github/workflows/test_and_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}