From d8bcefb0ecc14c7f13f0f780aab207cde6caae33 Mon Sep 17 00:00:00 2001 From: finn Date: Mon, 18 Mar 2024 13:45:48 -0700 Subject: [PATCH] remove unneeded npm token from snapshot release job --- .github/workflows/release-snapshot.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release-snapshot.yml b/.github/workflows/release-snapshot.yml index 2c14375dc..e33fafc8a 100644 --- a/.github/workflows/release-snapshot.yml +++ b/.github/workflows/release-snapshot.yml @@ -58,7 +58,6 @@ jobs: - name: Publish @web5/${{ matrix.package }} snapshot env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} REGISTRY: https://blockxyz.jfrog.io/artifactory/api/npm/tbd-oss-snapshots-npm/ run: | set -exuo pipefail