Skip to content

Commit 5ea1ccd

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,14 @@ jobs:
6868

6969
- uses: aki77/reviewdog-action-code-coverage@v2
7070
continue-on-error: true
71+
env:
72+
PR_REVIEW_TOKEN: ${{ secrets.REVIEWDOG_GITHUB_API_TOKEN || secrets.GITHUB_TOKEN }}
7173
if: |
7274
matrix.python-version == env.PYTHON_VERSION_USED_FOR_COVERAGE &&
7375
!cancelled() && github.event_name == 'pull_request'
7476
with:
7577
lcov_path: coverage.lcov
78+
github_token: ${{ env.PR_REVIEW_TOKEN }}
7679

7780
- uses: codecov/codecov-action@v5
7881
id: codecov

0 commit comments

Comments
 (0)