Skip to content

Commit 132955d

Browse files
authored
Fix missing secret requirement in CD workflow (#33)
1 parent 7cd7621 commit 132955d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ on:
1111
jobs:
1212
python-ci:
1313
uses: epsy/python-workflows/.github/workflows/python-cd.yaml@main
14+
secrets:
15+
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
16+
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)