Skip to content

Commit 73ef5ac

Browse files
chore(sdk): Changed secret npm token ref on gh workflow (#33109)
This PR fixes: #32597 Co-authored-by: Kevin <[email protected]>
1 parent e725344 commit 73ef5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd_manual-release-sdks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: ./.github/actions/core-cicd/deployment/deploy-javascript-sdk
6868
with:
6969
ref: ${{ inputs.ref }}
70-
npm-token: ${{ secrets.NPM_TOKEN }}
70+
npm-token: ${{ secrets.NPM_ORG_TOKEN }}
7171
npm-package-tag: 'latest'
7272
version-type: ${{ inputs.version-type }}
7373
custom-version: ${{ inputs.custom-version }}

0 commit comments

Comments
 (0)