From e7603392528893bffb22453e7a50e7ab27197a5b Mon Sep 17 00:00:00 2001 From: Niko Sirmpilatze Date: Fri, 2 Feb 2024 14:27:58 +0000 Subject: [PATCH] pass secret PyPI upload key as input to upload_pypi step --- .github/workflows/test_and_deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 9575c6c..48630fb 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -57,5 +57,5 @@ jobs: runs-on: ubuntu-latest steps: - uses: neuroinformatics-unit/actions/upload_pypi@main - secrets: - pypi-api-key: ${{ secrets.BTB_UPLOAD_API_KEY }} + with: + secret-pypi-key: ${{ secrets.BTB_UPLOAD_API_KEY }}