From 6cafc79c4863e0ad70e4416107c1ac1a9cc55768 Mon Sep 17 00:00:00 2001 From: Bnyro <82752168+Bnyro@users.noreply.github.com> Date: Sat, 18 Jun 2022 14:21:29 +0200 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f7b10d0ac..d44ba73c7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - name: ktlint uses: ScaCap/action-ktlint@1.4 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.ACCESS_TOKEN }} reporter: github-pr-check android: true fail_on_error: true