Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 24a7185

Browse files
committed
add secrets to GH action
1 parent 03a6bae commit 24a7185

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ jobs:
5252
5353
- name: Tests
5454
shell: bash
55+
env:
56+
CONSUMER_KEY: ${{ secrets.CONSUMER_KEY }}
57+
CONSUMER_SECRET: ${{ secrets.CONSUMER_SECRET }}
58+
OAUTH_TOKEN: ${{ secrets.OAUTH_TOKEN }}
59+
OAUTH_SECRET: ${{ secrets.OAUTH_SECRET }}
60+
BEARER_TOKEN: ${{ secrets.BEARER_TOKEN }}
5561
run: |
5662
pytest --cov twitter --cov tests --cov-report=xml
5763

0 commit comments

Comments
 (0)