Skip to content

Commit 26510bc

Browse files
committed
added GITHUB_TOKEN
1 parent 73f6bfc commit 26510bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
CI: true
2121
eslint:
2222
runs-on: ubuntu-latest
23+
permissions:
24+
contents: read
25+
pull-requests: write
2326
steps:
2427
- uses: actions/checkout@v3
2528
- name: Setup Node
@@ -40,5 +43,6 @@ jobs:
4043
if: steps.auto-commit-action.outputs.changes_detected == 'false'
4144
uses: reviewdog/action-eslint@v1
4245
with:
46+
github_token: ${{ secrets.GITHUB_TOKEN }}
4347
level: warning
4448
reporter: github-pr-review

0 commit comments

Comments
 (0)