Skip to content

Commit

Permalink
Merge pull request #1767 from zowe/fix/secrets-publish-workflow
Browse files Browse the repository at this point in the history
ci: add `NPM_REGISTRY` to secrets publish workflow
  • Loading branch information
traeok authored Jul 28, 2023
2 parents a9f2e9b + af01a78 commit 32adda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secrets-sdk-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
NPM_USER: ${{ secrets.ARTIFACTORY_USERNAME }}
NPM_PASS: ${{ secrets.ARTIFACTORY_PASSWORD }}
NPM_EMAIL: ${{ secrets.ZOWE_ROBOT_EMAIL }}
NPM_RC_PATH: "../../.npmrc"
NPM_REGISTRY: "https://zowe.jfrog.io/zowe/api/npm/npm-local-release"
NPM_SCOPE: "@zowe"

0 comments on commit 32adda0

Please sign in to comment.