We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e7eb5 commit 16b9833Copy full SHA for 16b9833
2 files changed
.github/workflows/remote-build-android.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
29
with:
30
submodules: ${{ matrix.is_hybrid_build || false }}
31
- # token: ${{ secrets.OS_BOTIFY_TOKEN }}
+ token: ${{ secrets.OS_BOTIFY_TOKEN }}
32
33
- name: Setup Node
34
uses: ./.github/actions/composite/setupNode
.github/workflows/remote-build-ios.yml
@@ -30,7 +30,7 @@ jobs:
35
36
0 commit comments