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 f4caa11 commit 914d4ddCopy full SHA for 914d4dd
.github/workflows/upload.yml
@@ -121,7 +121,7 @@ jobs:
121
- name: update "nm-pypi" index
122
uses: actions/github-script@v6
123
with:
124
- github-token: ${{ secrets.CICD_GITHUB_PAT }}
+ github-token: ${{ secrets.NM_PYPI_WORKFLOW }}
125
script: |
126
const result = await github.rest.actions.createWorkflowDispatch({
127
owner: 'neuralmagic',
0 commit comments