Skip to content

Commit

Permalink
pass secret PyPI upload key as input to upload_pypi step
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi authored Feb 2, 2024
1 parent 12e82b5 commit e760339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit e760339

Please sign in to comment.