Skip to content

Commit 987e1ee

Browse files
committed
use different commit
1 parent 0d1a1f0 commit 987e1ee

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
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
@@ -37,7 +37,8 @@ jobs:
3737

3838
- name: Rock Remote Build - Android
3939
# rock v3
40-
uses: callstackincubator/android@8fe27a5a3efcf32b54e4741be0ba58bafc73bb0d
40+
# uses: callstackincubator/android@8fe27a5a3efcf32b54e4741be0ba58bafc73bb0d
41+
uses: callstackincubator/android@3cb20ec17e0a8b984eb2781845ca799fb287a53d
4142
env:
4243
GITHUB_TOKEN: ${{ github.token }}
4344
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
3333
with:
3434
submodules: ${{ matrix.is_hybrid_build || false }}
35-
token: ${{ secrets.OS_BOTIFY_TOKEN }}
35+
# token: ${{ secrets.OS_BOTIFY_TOKEN }}
3636

3737
- name: Setup Node
3838
uses: ./.github/actions/composite/setupNode
@@ -41,7 +41,9 @@ jobs:
4141

4242
- name: Rock Remote Build - iOS
4343
# rock v3
44-
uses: callstackincubator/ios@dd886b4ad3b35351d799d4c2633a678c94549038
44+
# uses: callstackincubator/ios@dd886b4ad3b35351d799d4c2633a678c94549038
45+
uses: callstackincubator/ios@9700aca4913785045457e4bb355480a9592acb26
46+
4547
env:
4648
GITHUB_TOKEN: ${{ github.token }}
4749
IS_HYBRID_APP: ${{ matrix.is_hybrid_build }}

0 commit comments

Comments
 (0)