Skip to content

Commit

Permalink
Use vars instead of secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Jul 10, 2023
1 parent b628302 commit 973c44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
- name: Publish package
run: tox -e publish
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_USERNAME: ${{ vars.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
TWINE_REPOSITORY: ${{ secrets.TWINE_REPOSITORY }}
TWINE_REPOSITORY: ${{ vars.TWINE_REPOSITORY }}

0 comments on commit 973c44a

Please sign in to comment.