Skip to content

Commit 5c77ac8

Browse files
committed
testing token approach
1 parent 32bf2a8 commit 5c77ac8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
# rnef v2
4040
uses: callstackincubator/android@d9a81f860e436ff2971323990244e32830dcabd1
4141
env:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
GITHUB_TOKEN: ${{ github.token }}
4343
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
4444
with:
4545
variant: ${{ matrix.variant }}
4646
rnef-build-extra-params: '--extra-params -PreactNativeArchitectures=arm64-v8a,x86_64'
4747
comment-bot: false
48-
github-token: ${{ secrets.GITHUB_TOKEN }}
48+
github-token: ${{ github.token }}

rnef.config.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ const isHybrid = process.env.IS_HYBRID_APP === 'true';
88
/** @type {import('@rnef/config').Config} */
99
export default {
1010
remoteCacheProvider: providerGitHub({
11-
owner: 'Expensify',
12-
repository: 'App',
11+
owner: 'callstack-internal',
12+
repository: 'Expensify-App',
1313
token: process.env.GITHUB_TOKEN,
1414
}),
1515
bundler: pluginMetro(),

0 commit comments

Comments
 (0)