This is an automated email from the ASF dual-hosted git repository. bossenti pushed a commit to branch rel/0.91.0 in repository https://gitbox.apache.org/repos/asf/streampipes.git
commit 11a6f28d95058b7ab81f5c83903aee4c62b42ce4 Author: Sven Oehler <[email protected]> AuthorDate: Mon Feb 13 16:57:34 2023 +0100 Change token name --- .github/workflows/pypi-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-deployment.yml b/.github/workflows/pypi-deployment.yml index a34b836e8..9703d426c 100644 --- a/.github/workflows/pypi-deployment.yml +++ b/.github/workflows/pypi-deployment.yml @@ -47,4 +47,4 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ - password: ${{ secrets.PYPI_API_TOKEN }} \ No newline at end of file + password: ${{ secrets.PYPI_TOKEN }} \ No newline at end of file
