Skip to content

Commit 14274ad

Browse files
committed
adjust github-token in remote actions
1 parent 32bf2a8 commit 14274ad

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ jobs:
3939
# rnef v2
4040
uses: callstackincubator/android@d9a81f860e436ff2971323990244e32830dcabd1
4141
env:
42-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
GITHUB_TOKEN: ${{ github.token }}
4343
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
4444
with:
4545
variant: ${{ matrix.variant }}
46+
github-token: ${{ github.token }}
4647
rnef-build-extra-params: '--extra-params -PreactNativeArchitectures=arm64-v8a,x86_64'
4748
comment-bot: false
48-
github-token: ${{ secrets.GITHUB_TOKEN }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
# rnef v2
4242
uses: callstackincubator/ios@7847e0676242cefa801cba8ede6736140b7bae91
4343
env:
44-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
GITHUB_TOKEN: ${{ github.token }}
4545
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
4646
with:
4747
destination: simulator
4848
scheme: ${{ matrix.scheme }}
4949
configuration: ${{ matrix.configuration }}
50-
github-token: ${{ secrets.GITHUB_TOKEN }}
50+
github-token: ${{ github.token }}
5151
comment-bot: false

0 commit comments

Comments
 (0)