We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6212b5 commit 1925170Copy full SHA for 1925170
.github/workflows/pr-compliance-check.yml
@@ -61,6 +61,8 @@ jobs:
61
ref: ${{ github.event.pull_request.head.ref }}
62
- name: Run reviewdog
63
run: reviewdog -tee -reporter=github-pr-review
64
+ env:
65
+ REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
66
67
danger-check:
68
if: github.event_name == 'pull_request_target'
0 commit comments