Add token to actions-poetry so Tim Apple doesn't get angry

This commit is contained in:
2022-09-24 01:13:41 +02:00
parent 6af8c66d85
commit 564cd20f6b

View File

@ -24,6 +24,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: poetry install
- name: Run tests