Skip to content

Commit 5a11d76

Browse files
committed
add token to androdi action
1 parent 3dcf352 commit 5a11d76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
# uses: callstackincubator/android@d9a81f860e436ff2971323990244e32830dcabd1
6262
uses: callstackincubator/android@e418c65e831d5dffe0159be2d4bb40c14b668dff
6363
env:
64+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6465
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
6566
with:
6667
variant: ${{ matrix.variant }}
67-
github-token: ${{ secrets.GITHUB_TOKEN }}
6868
rnef-build-extra-params: '--extra-params -PreactNativeArchitectures=arm64-v8a,x86_64'
6969
comment-bot: false

rnef.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default {
1010
remoteCacheProvider: providerGitHub({
1111
owner: 'callstack-internal',
1212
repository: 'Expensify-App',
13-
// token: process.env.GITHUB_TOKEN,
13+
token: process.env.GITHUB_TOKEN,
1414
}),
1515
bundler: pluginMetro(),
1616
platforms: {

0 commit comments

Comments
 (0)