Skip to content

Commit

Permalink
add secrets to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
naspert committed Jan 15, 2025
1 parent 76349a9 commit 0f1868e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
python -m pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run tests
env:
BSKY_HANDLE: ${{ secrets.BSKY_HANDLE }}
BSKY_PASSWORD: ${{ secrets.BSKY_PASSWORD }}
run: |
python -m pytest tests

0 comments on commit 0f1868e

Please sign in to comment.