Skip to content

Commit 03f5fdd

Browse files
authored
ci: rename secrets
1 parent 2a2987b commit 03f5fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
uses: pypa/gh-action-pypi-publish@release/v1
8080
with:
8181
user: __token__
82-
password: ${{ secrets.PYPI_API_TOKEN }}
82+
password: ${{ secrets.DELPHI_PYPI_PROD_TOKEN }}
8383
packages_dir: src/client/packaging/pypi/dist/
8484
skip_existing: true
8585
# repository_url: https://test.pypi.org/legacy/
@@ -121,7 +121,7 @@ jobs:
121121
- name: Publish to NPM
122122
uses: JS-DevTools/npm-publish@v1
123123
with:
124-
token: ${{ secrets.NPM_TOKEN }}
124+
token: ${{ secrets.DELPHI_NPM_TOKEN }}
125125
package: src/client/packaging/npm/package.json
126126
access: public
127127
check-version: true

0 commit comments

Comments
 (0)