Skip to content

Commit

Permalink
refact: DBVIEWS_DJANGO_PUBLISH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
keshavmohta09 committed Apr 8, 2024
1 parent 051a1d8 commit 3bf5b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Publish package
env:
POETRY_PYPI_TOKEN: ${{ secrets.POETRY_PYPI_TOKEN }}
POETRY_PYPI_TOKEN: ${{ secrets.DBVIEWS_DJANGO_PUBLISH_TOKEN }}
run: |
poetry publish --username __token__ --password $POETRY_PYPI_TOKEN

0 comments on commit 3bf5b98

Please sign in to comment.