Skip to content

Commit 155f95d

Browse files
authored
updates release workflow to support OIDC (#53)
1 parent 0d5ba4a commit 155f95d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release React Native SDK
22

33
permissions:
4-
id-token: write # Required for npm provenance
4+
id-token: write # Required for OIDC
55
contents: read
66

77
on:
@@ -47,5 +47,3 @@ jobs:
4747
run: |
4848
cd packages/react-native
4949
npm publish --access public --provenance
50-
env:
51-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)