Skip to content

Commit aa9021d

Browse files
committed
βž• Apply the new parameters about PyPI tokens if it needs.
1 parent 534d39f commit aa9021d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

β€Ž.github/workflows/release-staging.ymlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
secrets:
3434
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
3535
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
36+
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
37+
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
3638

3739
# Summary job to report results
3840
staging-summary:

β€Ž.github/workflows/release.ymlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ jobs:
7070
secrets:
7171
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
7272
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
73+
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
74+
TEST_PYPI_API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
7375

7476
# Summary job to report results
7577
release-summary:

0 commit comments

Comments
Β (0)