Skip to content

Commit

Permalink
Fixed secrets variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Apr 23, 2020
1 parent 373f4ca commit 2499d22
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 @@ -31,7 +31,7 @@ jobs:
- name: Set Poetry config
env:
POETRY_PYPI_TOKEN_PYPI: ${{ POETRY_PYPI_TOKEN_PYPI }}
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
run: |
poetry config virtualenvs.in-project false
poetry config virtualenvs.path ~/.virtualenvs
Expand Down

0 comments on commit 2499d22

Please sign in to comment.