Skip to content

Commit

Permalink
CI/CD enginerring
Browse files Browse the repository at this point in the history
  • Loading branch information
DomPeliniAerospike committed Jan 17, 2025
1 parent d0bb366 commit 62dc5dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-jfrog-build-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
oidc-audience: aerospike/clients

- name: npm rc
run: echo "$NPMRC" | base64 --decode > ~/.npmrc
run: echo "$NPMRC_OFF" | base64 --decode > ~/.npmrc
env:
NPMRC: ${{ secrets.NPMRC }}
NPMRC: ${{ secrets.NPMRC_OFF }}

#- name: npm login
# run: |
Expand Down

0 comments on commit 62dc5dd

Please sign in to comment.