Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/remote-build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/remote-build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions rnef.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down
Loading