Skip to content

Commit 322a631

Browse files
committed
provide GITHUB_ACCESS_TOKEN for carthage
1 parent 1b8091b commit 322a631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- name: Check fixtures
3030
run: scripts/diff-fixtures.sh
3131
- name: Build fixtures
32+
env:
33+
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3234
run: scripts/build-fixtures.sh
3335
run-linux:
3436
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)