Skip to content

Commit fdcc8d4

Browse files
committed
remove token from env
1 parent 0ef26a1 commit fdcc8d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# rnef v2
4040
uses: callstackincubator/android@d9a81f860e436ff2971323990244e32830dcabd1
4141
env:
42-
GITHUB_TOKEN: ${{ github.token }}
42+
# GITHUB_TOKEN: ${{ github.token }}
4343
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}
4444
with:
4545
variant: ${{ matrix.variant }}

0 commit comments

Comments
 (0)