From 88238edfca36d57ba038eb267cf2e59a7061ee5c Mon Sep 17 00:00:00 2001 From: nb3sq <158172653+nb3sq@users.noreply.github.com> Date: Tue, 28 Oct 2025 08:25:48 +0000 Subject: [PATCH] Remove NPM_TOKEN and NODE_AUTH_TOKEN from release.yml Removed NPM_TOKEN and NODE_AUTH_TOKEN from environment variables. --- .github/workflows/{release.yml => nathan.bell@3squared.com} | 2 -- 1 file changed, 2 deletions(-) rename .github/workflows/{release.yml => nathan.bell@3squared.com} (91%) diff --git a/.github/workflows/release.yml b/.github/workflows/nathan.bell@3squared.com similarity index 91% rename from .github/workflows/release.yml rename to .github/workflows/nathan.bell@3squared.com index b592176a6..d91f5d37f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/nathan.bell@3squared.com @@ -45,5 +45,3 @@ jobs: publish: npm run publish env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }}