Skip to content

Commit 67157b7

Browse files
review
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
1 parent 5ea1ccd commit 67157b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/reviewdog-review.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
install_types: false
3939
reporter: github-pr-review
4040
level: warning
41+
github_token: ${{ secrets.REVIEWDOG_GITHUB_API_TOKEN }}
4142

4243
- uses: dciborow/action-pylint@0.1.0
4344
name: Run pylint with reviewdog to submit GitHub checks for warnings
4445
with:
4546
reporter: github-pr-review
4647
glob_pattern: "xcp tests"
48+
github_token: ${{ secrets.REVIEWDOG_GITHUB_API_TOKEN }}

0 commit comments

Comments
 (0)