From 1a312b96f5e90f1e4c886f13708fedfd9c46f33a Mon Sep 17 00:00:00 2001 From: Yusinto Ngadiman Date: Fri, 9 Feb 2024 12:09:50 -0800 Subject: [PATCH] Update react-native.yml --- .github/workflows/react-native.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/react-native.yml b/.github/workflows/react-native.yml index 1007a84a47..cac1565611 100644 --- a/.github/workflows/react-native.yml +++ b/.github/workflows/react-native.yml @@ -24,6 +24,9 @@ jobs: workspace_path: packages/sdk/react-native detox-ios: runs-on: macos-latest + permissions: + id-token: write + contents: read steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4