From 63823cd625a45a6a3c0af62cc9b5ea6f9870f8ef Mon Sep 17 00:00:00 2001 From: pandeymangg Date: Thu, 19 Feb 2026 15:12:25 +0530 Subject: [PATCH] updates release workflow to support OIDC --- .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 5747bee..457d5a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,7 @@ name: Release React Native SDK permissions: - id-token: write # Required for npm provenance + id-token: write # Required for OIDC contents: read on: @@ -47,5 +47,3 @@ jobs: run: | cd packages/react-native npm publish --access public --provenance - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}