From 1a7c1cce9dad277e11dd0cbb9499aa44068a6dbd Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sat, 14 Jan 2023 18:45:39 +0100 Subject: [PATCH] Fix secret not passed to publish command --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a243632..5a0430f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,3 +19,5 @@ jobs: poetry-version: '1.3' - name: Publish run: poetry publish --build + env: + POETRY_PYPI_TOKEN_PYPI : ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}