File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 }}
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change @@ -8,15 +8,10 @@ const isHybrid = process.env.IS_HYBRID_APP === 'true';
88/** @type {import('@rock-js/config').Config } */
99export 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' } ) ,
You can’t perform that action at this time.
0 commit comments