Skip to content

Commit 9183a36

Browse files
remove secret passing in cicd.yaml
1 parent 2ca1e4f commit 9183a36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/cicd.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ jobs:
101101
- CodeQL
102102
name: Upload current version to Test PyPI
103103
uses: ./.github/workflows/_pypi_test_publish.yaml
104-
secrets:
105-
API_TOKEN: ${{ secrets.TEST_PYPI_API_TOKEN }}
106104

107105
## Upload the python-kraken-sdk to Production PyPI
108106
##
@@ -118,5 +116,3 @@ jobs:
118116
- CodeQL
119117
name: Upload the current release to PyPI
120118
uses: ./.github/workflows/_pypi_publish.yaml
121-
secrets:
122-
API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)