File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 24
24
if : steps.carthage-cache.outputs.cache-hit != 'true'
25
25
env :
26
26
GITHUB_TOKEN : ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
27
+ GITHUB_ACCESS_TOKEN : ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
27
28
run : |
28
29
sh ./Consumption-Tests/Shared/carthage.sh bootstrap --cache-builds --use-xcframeworks
29
30
- uses : futureware-tech/simulator-action@v1
Original file line number Diff line number Diff line change 43
43
- name : build
44
44
env :
45
45
GITHUB_TOKEN : ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
46
+ GITHUB_ACCESS_TOKEN : ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
46
47
run : |
47
48
sh ./Consumption-Tests/Shared/carthage.sh bootstrap --use-xcframeworks
48
49
set -o pipefail && env NSUnbufferedIO=YES xcodebuild \
You can’t perform that action at this time.
0 commit comments