From 5e1cf557cfbc32f7a0ae199e3c4f984dfc547734 Mon Sep 17 00:00:00 2001 From: 0xGorilla <84932007+0xGorilla@users.noreply.github.com> Date: Thu, 8 Aug 2024 23:33:58 +0200 Subject: [PATCH] ci: renamed env var to NODE_AUTH_TOKEN --- .github/workflows/interfaces-canary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/interfaces-canary.yml b/.github/workflows/interfaces-canary.yml index 45015ac..2e19245 100644 --- a/.github/workflows/interfaces-canary.yml +++ b/.github/workflows/interfaces-canary.yml @@ -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 }}