From c2f69b33a5968eb8ea6332ffd4dd01d78c272e6b Mon Sep 17 00:00:00 2001 From: Simonas <20096648+simjak@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:23:37 +0300 Subject: [PATCH] chore: release action update --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57b3eb0..8403476 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,4 +39,4 @@ jobs: poetry config repositories.remote https://upload.pypi.org/legacy/ poetry --no-interaction -v publish --build --repository remote --username "__token__" --password "$PYPI_API_TOKEN" env: - PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }} + PYPI_API_TOKEN: ${{ secrets.REPO_PYPI_API_TOKEN }}