Skip to content

Commit 55463de

Browse files
theorashidtwiecki
authored andcommitted
use new secret for nightly build
1 parent a98ab6d commit 55463de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: pypa/[email protected]
2828
with:
2929
user: __token__
30-
password: ${{ secrets.nightly_pypi_secret }}
30+
password: ${{ secrets.PYPI_TOKEN_PYMC_NIGHTLY }}
3131
test-install-job:
3232
needs: build-and-publish-nightly
3333
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)