Skip to content

Commit

Permalink
ci: Update Pypi token for publishing Wave University.
Browse files Browse the repository at this point in the history
  • Loading branch information
mturoci committed Dec 1, 2022
1 parent 45325e2 commit 905e3fd
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-university.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
packages_dir: university/dist
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_UNIVERSITY_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
packages_dir: university/dist
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_UNIVERSITY_TOKEN }}

0 comments on commit 905e3fd

Please sign in to comment.