We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504b631 commit 7fc61f8Copy full SHA for 7fc61f8
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Install the project dependencies
36
run: poetry install
37
- name: Run the automated tests
38
- run: poetry run pytest -v
+ run: poetry run pytest --token ${{ secrets.WEBAPI_TOKEN }} -v
39
40
- name: Semantic Release
41
uses: bjoluc/semantic-release-config-poetry@v2
0 commit comments