Skip to content

Commit

Permalink
Set REVIEWDOG_GITHUB_API_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsilber committed Dec 21, 2023
1 parent f6f30ad commit 98fa186
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/android-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 98fa186

Please sign in to comment.