Skip to content

Commit 5e39ad6

Browse files
committed
adjust for testing
1 parent 7dbf358 commit 5e39ad6

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Remote Build Android
22

33
on:
44
workflow_dispatch:
5-
# push:
6-
# branches-ignore: [staging, production]
7-
# paths-ignore: ['docs/**', 'contributingGuides/**', 'help/**', '.github/**', 'scripts/**', 'tests/**']
5+
push:
6+
branches-ignore: [staging, production]
7+
paths-ignore: ['docs/**', 'contributingGuides/**', 'help/**', '.github/**', 'scripts/**', 'tests/**']
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
4646
with:
4747
submodules: ${{ matrix.is_hybrid_build || false }}
48-
# token: ${{ secrets.OS_BOTIFY_TOKEN }}
48+
token: ${{ secrets.OS_BOTIFY_TOKEN }}
4949

5050
- name: Setup Node
5151
uses: ./.github/actions/composite/setupNode

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Remote Build iOS
22

33
on:
44
workflow_dispatch:
5-
# push:
6-
# branches-ignore: [staging, production]
7-
# paths-ignore: ['docs/**', 'contributingGuides/**', 'help/**', '.github/**', 'scripts/**', 'tests/**']
5+
push:
6+
branches-ignore: [staging, production]
7+
paths-ignore: ['docs/**', 'contributingGuides/**', 'help/**', '.github/**', 'scripts/**', 'tests/**']
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
3131
with:
3232
submodules: ${{ matrix.is_hybrid_build || false }}
33-
# token: ${{ secrets.OS_BOTIFY_TOKEN }}
33+
token: ${{ secrets.OS_BOTIFY_TOKEN }}
3434

3535
- name: Setup Node
3636
uses: ./.github/actions/composite/setupNode

rnef.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ const isHybrid = process.env.IS_HYBRID_APP === 'true';
99
export default {
1010
// remoteCacheProvider: null,
1111
remoteCacheProvider: providerGitHub({
12-
owner: 'callstack-internal',
13-
repository: 'Expensify-App',
14-
// token: process.env.GITHUB_TOKEN,
12+
owner: 'Expensify',
13+
repository: 'App',
14+
token: process.env.GITHUB_TOKEN,
1515
}),
1616
bundler: pluginMetro(),
1717
platforms: {

0 commit comments

Comments
 (0)