Skip to content

Commit 233894a

Browse files
committed
ci: restore scoped github_token so lint check can be created
1 parent d0831dc commit 233894a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
permissions:
1010
contents: read
11+
checks: write
1112

1213
jobs:
1314
run-linters:
@@ -29,6 +30,7 @@ jobs:
2930
- name: Run linters
3031
uses: wearerequired/lint-action@a8497ddb33fb1205941fd40452ca9fff07e0770d
3132
with:
33+
github_token: ${{ secrets.github_token }}
3234
prettier: true
3335
auto_fix: false
3436
prettier_extensions: 'css,html,js,json,jsx,md,sass,scss,ts,tsx,vue,yaml,yml,sol'

0 commit comments

Comments
 (0)