diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 2e3c366..81a4d0c 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -26,4 +26,4 @@ jobs: run: pytest - name: Print secrets - run: echo "TEST_API_KEY -> ${secrets.TEST_API_KEY}" + run: echo "TEST_API_KEY -> ${{secrets.TEST_API_KEY}}"