Skip to content

Commit a15dee7

Browse files
committed
Use github-pr-annotations reporter for protolint
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent acc915b commit a15dee7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
protolint:
2828
name: Check proto files with protolint
2929
runs-on: ubuntu-20.04
30-
permissions:
31-
contents: read
32-
pull-requests: write
3330

3431
steps:
3532
- name: Fetch sources
@@ -45,9 +42,8 @@ jobs:
4542
with:
4643
fail_on_error: true
4744
filter_mode: nofilter
48-
github_token: ${{ secrets.github_token }}
4945
protolint_flags: proto/
50-
reporter: github-pr-review
46+
reporter: github-pr-annotations
5147

5248
nox:
5349
name: Test with nox

0 commit comments

Comments
 (0)