Skip to content

Commit

Permalink
Pass secrets to the environment (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
janza authored Apr 3, 2024
1 parent e8e203f commit b361281
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,7 @@ jobs:
poetry install
poetry run twine upload dist/*
working-directory: packages/miro-api-python
env:
TWINE_USERNAME: ${{ secrets.TWINE_USERNAME }}
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}

0 comments on commit b361281

Please sign in to comment.