Skip to content

Commit

Permalink
jf token
Browse files Browse the repository at this point in the history
Signed-off-by: ac892247 <[email protected]>
  • Loading branch information
achmelo committed Dec 11, 2024
1 parent 001e532 commit 713b278
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/binary-specific-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
cd onboarding-enabler-nodejs
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
echo "//zowe.jfrog.io/:_authToken=$NPM_TOKEN" > ~/.npmrc
echo "//zowe.jfrog.io/:_authToken=$JF_ARTIFACTORY_TOKEN" > ~/.npmrc
echo "registry=$DIST_REGISTRY" >> ~/.npmrc
npm version ${{ github.event.inputs.release_version }} --allow-same-version
npm publish --access public
Expand All @@ -57,6 +57,7 @@ jobs:
ARTIFACTORY_USERNAME: ${{ secrets.ARTIFACTORY_USERNAME }}
ARTIFACTORY_PASSWORD: ${{ secrets.ARTIFACTORY_PASSWORD }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
JF_ARTIFACTORY_TOKEN: ${{ secrets.JF_ARTIFACTORY_TOKEN }}
DIST_REGISTRY: https://registry.npmjs.org/

- name: Release with Gradle automatic
Expand Down

0 comments on commit 713b278

Please sign in to comment.