We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2987b commit 03f5fddCopy full SHA for 03f5fdd
.github/workflows/release-helper.yml
@@ -79,7 +79,7 @@ jobs:
79
uses: pypa/gh-action-pypi-publish@release/v1
80
with:
81
user: __token__
82
- password: ${{ secrets.PYPI_API_TOKEN }}
+ password: ${{ secrets.DELPHI_PYPI_PROD_TOKEN }}
83
packages_dir: src/client/packaging/pypi/dist/
84
skip_existing: true
85
# repository_url: https://test.pypi.org/legacy/
@@ -121,7 +121,7 @@ jobs:
121
- name: Publish to NPM
122
uses: JS-DevTools/npm-publish@v1
123
124
- token: ${{ secrets.NPM_TOKEN }}
+ token: ${{ secrets.DELPHI_NPM_TOKEN }}
125
package: src/client/packaging/npm/package.json
126
access: public
127
check-version: true
0 commit comments