From 42ce33d69c2666e1abda55517dad2bc3fb0abf58 Mon Sep 17 00:00:00 2001 From: tom-ridsdale Date: Tue, 9 Dec 2025 14:36:45 +0000 Subject: [PATCH] feat(TU-33147): add NPM token back to env --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4446da4..a720950 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,4 +48,6 @@ jobs: if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/heads/beta') }} run: yarn release env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file + 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