Skip to content

Commit

Permalink
provide GITHUB_ACCESS_TOKEN for carthage
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Feb 17, 2025
1 parent 1b8091b commit 322a631
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Check fixtures
run: scripts/diff-fixtures.sh
- name: Build fixtures
env:
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: scripts/build-fixtures.sh
run-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 322a631

Please sign in to comment.