Skip to content

Commit

Permalink
fix: properly set vars in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 13, 2024
1 parent 9b2c973 commit 9d9fd03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
poetry install -vvv
- name: Test with pytest
env:
LOGIN: ${{ secrets.PDNS_LOGIN }}
PASSWORD: ${{ secrets.PDNS_PASSWORD }}
run: |
env:
LOGIN: ${{ secrets.PDNS_LOGIN }}
PASSWORD: ${{ secrets.PDNS_PASSWORD }}
poetry run pytest tests/test.py

0 comments on commit 9d9fd03

Please sign in to comment.