File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,23 +11,6 @@ concurrency:
1111 cancel-in-progress : ${{ github.ref != 'refs/heads/main' }}
1212
1313jobs :
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 :
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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments