File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
path : Carthage
22
22
key : ${{ runner.os }}-carthage-${{ hashFiles('**/Cartfile.resolved') }}
23
- - name : Build
23
+ - name : Build with Carthage
24
24
if : steps.carthage-cache.outputs.cache-hit != 'true'
25
+ env :
26
+ GITHUB_TOKEN : ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
25
27
run : |
26
28
sh ./Consumption-Tests/Shared/carthage.sh bootstrap --cache-builds --use-xcframeworks
27
29
- uses : futureware-tech/simulator-action@v1
Original file line number Diff line number Diff line change 41
41
with :
42
42
xcode-version : ' 16.2.0'
43
43
- name : build
44
+ env :
45
+ GITHUB_TOKEN : ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
44
46
run : |
45
47
sh ./Consumption-Tests/Shared/carthage.sh bootstrap --use-xcframeworks
46
48
set -o pipefail && env NSUnbufferedIO=YES xcodebuild \
You can’t perform that action at this time.
0 commit comments