Skip to content

Commit

Permalink
ci: renamed env var to NODE_AUTH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
0xGorilla authored Aug 8, 2024
1 parent 4501f6d commit 5e1cf55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/interfaces-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
export_type: '${{ matrix.export_type }}'

- name: Publish to NPM - Export Type ${{ matrix.export_type }}
run: cd export/@defi-wonderland/prophet-core${{ env.EXPORT_NAME }} && npm publish --access public --tag canary --verbose
run: cd export/@defi-wonderland/prophet-core${{ env.EXPORT_NAME }} && npm publish --access public --tag canary
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5e1cf55

Please sign in to comment.