diff --git a/.github/workflows/report.yaml b/.github/workflows/report.yaml index 861c73b..055ee9f 100644 --- a/.github/workflows/report.yaml +++ b/.github/workflows/report.yaml @@ -32,4 +32,4 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_PROD_SECRET_ACCESS_KEY}} BUCKET: ${{secrets.AWS_PROD_BUCKET}} run: > - MOCK_TA1=TRUE poetry run poe report + MOCK_TA1=FALSE poetry run poe report