Skip to content

Commit c6e04d9

Browse files
committed
adjust for local tests
1 parent 2f55255 commit c6e04d9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
4646
with:
4747
submodules: ${{ matrix.is_hybrid_build || false }}
48-
token: ${{ secrets.OS_BOTIFY_TOKEN }}
48+
# token: ${{ secrets.OS_BOTIFY_TOKEN }}
4949

5050
- name: Setup Node
5151
uses: ./.github/actions/composite/setupNode

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
3131
with:
3232
submodules: ${{ matrix.is_hybrid_build || false }}
33-
token: ${{ secrets.OS_BOTIFY_TOKEN }}
33+
# token: ${{ secrets.OS_BOTIFY_TOKEN }}
3434

3535
- name: Setup Node
3636
uses: ./.github/actions/composite/setupNode

0 commit comments

Comments
 (0)