We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdfa77 commit ace2aadCopy full SHA for ace2aad
1 file changed
.github/workflows/remote-build-android.yml
@@ -64,6 +64,6 @@ jobs:
64
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
65
with:
66
variant: ${{ matrix.variant }}
67
- github-token: ${{ github.token }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
68
rnef-build-extra-params: '--extra-params -PreactNativeArchitectures=arm64-v8a,x86_64'
69
comment-bot: false
0 commit comments