Skip to content

Commit 2499d22

Browse files
author
Joel Collins
committed
Fixed secrets variable
1 parent 373f4ca commit 2499d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: Set Poetry config
3333
env:
34-
POETRY_PYPI_TOKEN_PYPI: ${{ POETRY_PYPI_TOKEN_PYPI }}
34+
POETRY_PYPI_TOKEN_PYPI: ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
3535
run: |
3636
poetry config virtualenvs.in-project false
3737
poetry config virtualenvs.path ~/.virtualenvs

0 commit comments

Comments
 (0)