mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
make python api tests work on gh when no env is set
This commit is contained in:
2
.github/workflows/tests-download.yaml
vendored
2
.github/workflows/tests-download.yaml
vendored
@@ -47,4 +47,4 @@ jobs:
|
||||
- name: Run Download Tests
|
||||
run: poetry run pytest -ra -v -x -m "download"
|
||||
env:
|
||||
TWITTER_BEARER_TOKEN: ${{ secrets.TWITTER_BEARER_TOKEN }}
|
||||
TWITTER_BEARER_TOKEN: ${{ secrets.TWITTER_BEARER_TOKEN || '' }}
|
||||
|
||||
Reference in New Issue
Block a user