Skip to content

Commit

Permalink
hides bucket value
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhlakapoor committed Jul 31, 2024
1 parent 91c5081 commit bcbc882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}



Expand Down

0 comments on commit bcbc882

Please sign in to comment.