Skip to content

Commit

Permalink
chore: point to npm-public instead of npm-local (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruuuuuuuce authored Oct 14, 2021
1 parent 493d897 commit 15361eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Configure Artifactory publish credentials
run: |
# lel this is how jfrog wants you to come up with your scoped npm configuration
curl -udeploy-user:${{ secrets.PUBLIC_ARTIFACTORY_DEPLOY_USER_MAGIC_PASSTOKEN }} https://momento.jfrog.io/artifactory/api/npm/npm-local/auth/momento >> ~/.npmrc
curl -udeploy-user:${{ secrets.PUBLIC_ARTIFACTORY_DEPLOY_USER_MAGIC_PASSTOKEN }} https://momento.jfrog.io/artifactory/api/npm/npm-public/auth/momento >> ~/.npmrc
- name: Install Node
uses: actions/setup-node@v1
Expand Down

0 comments on commit 15361eb

Please sign in to comment.