Skip to content

Commit ecf3785

Browse files
authored
build: update PYPI_AUTH_TOKEN secret name
1 parent 7700e27 commit ecf3785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
if: ${{ steps.release.outputs.release_created }}
7272
run: poetry publish
7373
env:
74-
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_TOKEN }}
74+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.PYPI_AUTH_TOKEN }}

0 commit comments

Comments
 (0)