Skip to content

Commit 4d78723

Browse files
committed
chore: pass npm token in release workflow
1 parent 0e0b349 commit 4d78723

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,5 @@ jobs:
4545
- name: Release and publish
4646
run: npx semantic-release
4747
env:
48-
ARTIFACTORY_NPM_SECRET: ${{ env.ARTIFACTORY_NPM_SECRET }}
4948
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50-
NPM_TOKEN: ${{ env.ARTIFACTORY_NPM_SECRET }}
49+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)