diff --git a/.github/workflows/tests-download.yaml b/.github/workflows/tests-download.yaml index fc31f42..a68231f 100644 --- a/.github/workflows/tests-download.yaml +++ b/.github/workflows/tests-download.yaml @@ -36,3 +36,5 @@ jobs: - name: Run Download Tests run: poetry run pytest -ra -v -x -m "download" + env: + TWITTER_BEARER_TOKEN: ${{ secrets.TWITTER_BEARER_TOKEN }}