Skip to content

Commit ea9d5e8

Browse files
author
Anatoli Kurtsevich
authored
Update publish-snowflake-sdk-pypi.yaml to use specific token for PyPi
1 parent 1dbd2e6 commit ea9d5e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-snowflake-sdk-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
packages-dir: ./relationalai-sdk-snowflake/dist
2020
user: __token__
21-
password: ${{ secrets.PYPI_API_TOKEN }}
21+
password: ${{ secrets.SNOWFLAKE_SDK_PYPI_TOKEN }}

0 commit comments

Comments
 (0)