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 }} python-version: ${{ matrix.python-version }}
- name: Run image - name: Run image
uses: abatilo/actions-poetry@v2 uses: abatilo/actions-poetry@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies - name: Install dependencies
run: poetry install run: poetry install
- name: Run tests - name: Run tests