Skip to content

Commit 27a7a80

Browse files
authored
chore(gh): Pass gh token to vale action
1 parent 3f03294 commit 27a7a80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Running spell check with vale
3434
uses: errata-ai/vale-action@reviewdog
3535
with:
36+
github_token: ${{ secrets.GITHUB_TOKEN }}
3637
files: docs
3738
fail_on_error: true
3839

0 commit comments

Comments
 (0)