From 187f1d0b1dba059854467c708aa1b29c054df54a Mon Sep 17 00:00:00 2001 From: Swen van Zanten Date: Sun, 29 Mar 2020 17:11:21 +0200 Subject: [PATCH] repo token --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a6111b03..91491611 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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: @@ -21,8 +23,6 @@ jobs: - name: Carthage update run: | carthage update --platform iOS --cache-builds - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} test: needs: [build]