From 184b727e674b41466ea8536e5359ca566a4528eb Mon Sep 17 00:00:00 2001 From: nnsnodnb Date: Sat, 4 Sep 2021 13:34:21 +0900 Subject: [PATCH] Update swiftlint workflow for GitHub Actions --- .github/workflows/swiftlint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/swiftlint.yml b/.github/workflows/swiftlint.yml index 02b2f62..8dd1257 100644 --- a/.github/workflows/swiftlint.yml +++ b/.github/workflows/swiftlint.yml @@ -9,6 +9,6 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: norio-nomura/action-swiftlint@3.2.1 + - uses: pepibumur/action-swiftlint@0d4afd006bb24e4525b5afcefd4ab5e2537193ac env: - DIFF_BASE: ${{ github.base_ref }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}