From c51721707e71111e0d4a0a4a737792e12ff2bdb1 Mon Sep 17 00:00:00 2001 From: tom-ridsdale Date: Thu, 11 Dec 2025 10:25:59 +0000 Subject: [PATCH] feat(TU-33147): remove the NPM_TOKEN when performing yarn release --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a720950..4446da4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,6 +48,4 @@ jobs: if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/heads/beta') }} run: yarn release env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - # Hybrid approach: NPM_TOKEN used for verification, OIDC used for actual publishing \ No newline at end of file + GH_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file