File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 : {
You can’t perform that action at this time.
0 commit comments