Skip to content

Commit

Permalink
fix: API token
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemDoum committed Mar 13, 2024
1 parent 7a6275e commit 47198ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
run: |
cd icij-common
poetry build
poetry config pypi-token.pypi {{ env.PYPI_API_TOKEN }}
poetry config pypi-token.pypi ${{ env.PYPI_API_TOKEN }}
poetry publish
2 changes: 1 addition & 1 deletion .github/workflows/publish-worker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
run: |
cd icij-worker
poetry build
poetry config pypi-token.pypi {{ env.PYPI_API_TOKEN }}
poetry config pypi-token.pypi ${{ env.PYPI_API_TOKEN }}
poetry publish

0 comments on commit 47198ba

Please sign in to comment.