Skip to content

Commit

Permalink
align vars
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli committed Apr 25, 2024
1 parent e402ce4 commit 977b3ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
continue-on-error: false
- name: Run tests
env:
STREAM_API_KEY: ${{ secrets.VIDEO_API_KEY }}
STREAM_API_SECRET: ${{ secrets.VIDEO_API_SECRET }}
STREAM_BASE_URL: ${{ secrets.STREAM_BASE_URL }}
STREAM_BASE_URL: ${{ vars.STREAM_BASE_URL }}
STREAM_API_KEY: ${{ vars.STREAM_API_KEY }}
STREAM_API_SECRET: ${{ secrets.STREAM_API_SECRET }}
run: poetry run pytest tests/ getstream/

0 comments on commit 977b3ce

Please sign in to comment.