Skip to content

Commit 2946661

Browse files
committed
add proper gh token to android and ios
1 parent 5a11d76 commit 2946661

2 files changed

Lines changed: 3 additions & 18 deletions

File tree

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

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,6 @@ concurrency:
1111
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1212

1313
jobs:
14-
# fingerprint:
15-
# runs-on: ubuntu-latest
16-
# steps:
17-
# - name: Checkout
18-
# uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
19-
20-
# - name: Setup Node
21-
# uses: ./.github/actions/composite/setupNode
22-
# with:
23-
# IS_HYBRID_BUILD: 'false'
24-
25-
# - name: Run RNEF Fingerprint
26-
# run: |
27-
# FINGERPRINT_OUTPUT=$(npx rnef fingerprint -p android --raw 2>&1)
28-
# echo "FINGERPRINT_OUTPUT:"
29-
# echo "$FINGERPRINT_OUTPUT"
30-
3114
build:
3215
runs-on: ${{ github.repository_owner == 'Expensify' && 'ubuntu-latest-xl' || 'ubuntu-latest' }}
3316
strategy:
@@ -67,3 +50,4 @@ jobs:
6750
variant: ${{ matrix.variant }}
6851
rnef-build-extra-params: '--extra-params -PreactNativeArchitectures=arm64-v8a,x86_64'
6952
comment-bot: false
53+
github-token: ${{ secrets.GITHUB_TOKEN }}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ jobs:
4343
# commit with logging errors
4444
uses: callstackincubator/ios@7847e0676242cefa801cba8ede6736140b7bae91
4545
env:
46+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4647
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
4748
with:
4849
destination: simulator
4950
scheme: ${{ matrix.scheme }}
5051
configuration: ${{ matrix.configuration }}
51-
github-token: ${{ github.token }}
52+
github-token: ${{ secrets.GITHUB_TOKEN }}
5253
comment-bot: false

0 commit comments

Comments
 (0)