From 564cd20f6b64cccec562490ca0692d82a2b0bea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Sat, 24 Sep 2022 01:13:41 +0200 Subject: [PATCH] Add token to actions-poetry so Tim Apple doesn't get angry --- .github/workflows/pytest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 06b618c..c072e7c 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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