Skip to content

Commit ea33c30

Browse files
committed
Fix usage
1 parent 06cc165 commit ea33c30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ This action runs `docker build --check` with reviewdog on pull requests to impro
1010

1111
```yaml
1212
name: reviewdog
13+
1314
on: [pull_request]
15+
16+
permissions:
17+
contents: read
18+
pull-requests: write
19+
1420
jobs:
1521
docker-build-check:
1622
name: docker-build-check

0 commit comments

Comments
 (0)