Skip to content

Commit 70fe7a4

Browse files
authored
chore(gh): Fix vale token param
1 parent 27a7a80 commit 70fe7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +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 }}
36+
token: ${{ secrets.GITHUB_TOKEN }}
3737
files: docs
3838
fail_on_error: true
3939

0 commit comments

Comments
 (0)