Skip to content

Commit 16b9833

Browse files
committed
enable os botify for hybrid
1 parent 29e7eb5 commit 16b9833

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
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
2929
with:
3030
submodules: ${{ matrix.is_hybrid_build || false }}
31-
# token: ${{ secrets.OS_BOTIFY_TOKEN }}
31+
token: ${{ secrets.OS_BOTIFY_TOKEN }}
3232

3333
- name: Setup Node
3434
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)