Skip to content

Commit c9911eb

Browse files
committed
Github Actions: Set GITHUB_ACCESS_TOKEN
1 parent dcc3e2d commit c9911eb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
if: steps.carthage-cache.outputs.cache-hit != 'true'
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
27+
GITHUB_ACCESS_TOKEN: ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
2728
run: |
2829
sh ./Consumption-Tests/Shared/carthage.sh bootstrap --cache-builds --use-xcframeworks
2930
- uses: futureware-tech/simulator-action@v1

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- name: build
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
46+
GITHUB_ACCESS_TOKEN: ${{ secrets.PUSHER_CI_GITHUB_PRIVATE_TOKEN }}
4647
run: |
4748
sh ./Consumption-Tests/Shared/carthage.sh bootstrap --use-xcframeworks
4849
set -o pipefail && env NSUnbufferedIO=YES xcodebuild \

0 commit comments

Comments
 (0)