mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-07-09 16:58:42 -04:00
Fix secret not passed to publish command
This commit is contained in:
parent
dcc26830cb
commit
1a7c1cce9d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -19,3 +19,5 @@ jobs:
|
||||||
poetry-version: '1.3'
|
poetry-version: '1.3'
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: poetry publish --build
|
run: poetry publish --build
|
||||||
|
env:
|
||||||
|
POETRY_PYPI_TOKEN_PYPI : ${{ secrets.POETRY_PYPI_TOKEN_PYPI }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue