From f8c0afc571d4609a6192d1a71146531d4fd6cbe4 Mon Sep 17 00:00:00 2001 From: mkorwel Date: Tue, 1 Jul 2025 17:00:30 -0500 Subject: [PATCH] include wombat token --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b937e54933..e27ac9a213 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,6 +82,7 @@ jobs: env: NPM_PUBLISH_TAG: ${{ steps.version.outputs.NPM_TAG }} NPM_DRY_RUN: ${{ inputs.dry_run && '--dry-run' || '' }} + NODE_AUTH_TOKEN: ${{ secrets.WOMBAT_TOKEN }} - name: Create GitHub Release if: steps.run_type.outputs.NPM_DRY_RUN == ''