Skip to content

Commit 6d434a4

Browse files
committed
wip: change the secret name
1 parent a88ccf2 commit 6d434a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-cli-to-testpypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Publish to TestPyPI
3030
uses: pypa/gh-action-pypi-publish@release/v1
3131
with:
32-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
32+
password: ${{ secrets.TEST_CASP_PYPI_API_TOKEN }}
3333
repository-url: https://test.pypi.org/legacy/
3434
packages_dir: cli/casp/dist/
3535
skip_existing: true

0 commit comments

Comments
 (0)