From 98fa186db77d2766653940dc160c7a000cacb452 Mon Sep 17 00:00:00 2001 From: Matt Silber Date: Thu, 21 Dec 2023 16:13:58 -0500 Subject: [PATCH] Set REVIEWDOG_GITHUB_API_TOKEN --- .github/workflows/android-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/android-lint.yml b/.github/workflows/android-lint.yml index 9a9344f..b0aca7b 100644 --- a/.github/workflows/android-lint.yml +++ b/.github/workflows/android-lint.yml @@ -32,6 +32,8 @@ jobs: run: ./gradlew scratchoff:lintDebug - name: Review Lint Results + env: + REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | cat scratchoff/build/reports/lint-results-debug.sarif \ | reviewdog \