diff --git a/.github/workflows/remote-build-android.yml b/.github/workflows/remote-build-android.yml index 12fa1b388dba..9246ffcdc594 100644 --- a/.github/workflows/remote-build-android.yml +++ b/.github/workflows/remote-build-android.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: submodules: ${{ matrix.is_hybrid_build || false }} - token: ${{ secrets.OS_BOTIFY_TOKEN }} + # token: ${{ secrets.OS_BOTIFY_TOKEN }} - name: Setup Node uses: ./.github/actions/composite/setupNode diff --git a/.github/workflows/remote-build-ios.yml b/.github/workflows/remote-build-ios.yml index c207d468f404..92d1b36d870c 100644 --- a/.github/workflows/remote-build-ios.yml +++ b/.github/workflows/remote-build-ios.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 with: submodules: ${{ matrix.is_hybrid_build || false }} - token: ${{ secrets.OS_BOTIFY_TOKEN }} + # token: ${{ secrets.OS_BOTIFY_TOKEN }} - name: Setup Node uses: ./.github/actions/composite/setupNode diff --git a/rnef.config.mjs b/rnef.config.mjs index df6267b5d6fe..8538fb189aa9 100644 --- a/rnef.config.mjs +++ b/rnef.config.mjs @@ -8,8 +8,8 @@ const isHybrid = process.env.IS_HYBRID_APP === 'true'; /** @type {import('@rnef/config').Config} */ export default { remoteCacheProvider: providerGitHub({ - owner: 'Expensify', - repository: 'App', + owner: 'callstack-internal', + repository: 'Expensify-App', token: process.env.GITHUB_TOKEN, }), bundler: pluginMetro(),