Skip to content

Commit f9535d3

Browse files
committed
remove testing data
1 parent 7de771d commit f9535d3

3 files changed

Lines changed: 4 additions & 13 deletions

File tree

.github/workflows/remote-build-android.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
2929
with:
3030
submodules: ${{ matrix.is_hybrid_build || false }}
31-
# token: ${{ secrets.OS_BOTIFY_TOKEN }}
31+
token: ${{ secrets.OS_BOTIFY_TOKEN }}
3232

3333
- name: Setup Node
3434
uses: ./.github/actions/composite/setupNode
@@ -37,8 +37,6 @@ jobs:
3737

3838
- name: Rock Remote Build - Android
3939
# rock v3
40-
# uses: callstackincubator/android@8fe27a5a3efcf32b54e4741be0ba58bafc73bb0d
41-
# uses: callstackincubator/android@3cb20ec17e0a8b984eb2781845ca799fb287a53d
4240
uses: callstackincubator/android@1a7d52dfe3ca195ccbe5ad2f06c15f2fc3835115
4341
env:
4442
GITHUB_TOKEN: ${{ github.token }}

.github/workflows/remote-build-ios.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
3333
with:
3434
submodules: ${{ matrix.is_hybrid_build || false }}
35-
# token: ${{ secrets.OS_BOTIFY_TOKEN }}
35+
token: ${{ secrets.OS_BOTIFY_TOKEN }}
3636

3737
- name: Setup Node
3838
uses: ./.github/actions/composite/setupNode
@@ -41,8 +41,6 @@ jobs:
4141

4242
- name: Rock Remote Build - iOS
4343
# rock v3
44-
# uses: callstackincubator/ios@dd886b4ad3b35351d799d4c2633a678c94549038
45-
# uses: callstackincubator/ios@9700aca4913785045457e4bb355480a9592acb26
4644
uses: callstackincubator/ios@08a533dbeda6adec39f94d08d820091514d1f7af
4745

4846

rock.config.mjs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,10 @@ const isHybrid = process.env.IS_HYBRID_APP === 'true';
88
/** @type {import('@rock-js/config').Config} */
99
export default {
1010
remoteCacheProvider: providerGitHub({
11-
owner: 'callstack-internal',
12-
repository: 'Expensify-App',
11+
owner: 'Expensify',
12+
repository: 'App',
1313
token: process.env.GITHUB_TOKEN,
1414
}),
15-
// remoteCacheProvider: providerGitHub({
16-
// owner: 'Expensify',
17-
// repository: 'App',
18-
// token: process.env.GITHUB_TOKEN,
19-
// }),
2015
bundler: pluginMetro(),
2116
platforms: {
2217
ios: platformIOS({sourceDir: isHybrid ? './Mobile-Expensify/iOS' : './ios'}),

0 commit comments

Comments
 (0)