Skip to content

Commit

Permalink
ci: add NPM_REGISTRY to secrets publish workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
  • Loading branch information
traeok committed Jul 28, 2023
1 parent a9f2e9b commit af01a78
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 af01a78

Please sign in to comment.