diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d257c29..18b8971 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,8 @@ jobs: flake8 --ignore E501 passgen tests - name: Test with pytest + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | source .venv/bin/activate py.test --cov=passgen tests/