Skip to content

Commit cadcd6b

Browse files
authored
fix checkout of private submodules
1 parent b28d2a5 commit cadcd6b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ios_main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ jobs:
66
name: test
77
runs-on: macos-latest
88
steps:
9-
- uses: actions/checkout@v1
10-
- name: Checkout submodule
11-
run: git submodule update --init --recursive
9+
- name: checkout
10+
uses: actions/checkout@v2
11+
with:
12+
token: ${{ secrets.PAT_TOMTASCHE }}
13+
submodules: true
1214

1315
- name: Install pods
1416
run: pod install

0 commit comments

Comments
 (0)