Skip to content

Commit

Permalink
repo token
Browse files Browse the repository at this point in the history
  • Loading branch information
SwenVanZanten committed Mar 29, 2020
1 parent d69d6c7 commit 187f1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:

steps:
- uses: actions/checkout@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Cache Carthage modules
uses: actions/cache@preview
with:
Expand All @@ -21,8 +23,6 @@ jobs:
- name: Carthage update
run: |
carthage update --platform iOS --cache-builds
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
test:
needs: [build]
Expand Down

0 comments on commit 187f1d0

Please sign in to comment.