Skip to content

Commit 914d4dd

Browse files
authored
use fine-grained token (#283)
1 parent f4caa11 commit 914d4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- name: update "nm-pypi" index
122122
uses: actions/github-script@v6
123123
with:
124-
github-token: ${{ secrets.CICD_GITHUB_PAT }}
124+
github-token: ${{ secrets.NM_PYPI_WORKFLOW }}
125125
script: |
126126
const result = await github.rest.actions.createWorkflowDispatch({
127127
owner: 'neuralmagic',

0 commit comments

Comments
 (0)