Skip to content

Commit

Permalink
chore(gh): Fix vale token param
Browse files Browse the repository at this point in the history
timonback authored Sep 8, 2023
1 parent 27a7a80 commit 70fe7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:
- name: Running spell check with vale
uses: errata-ai/vale-action@reviewdog
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
files: docs
fail_on_error: true

0 comments on commit 70fe7a4

Please sign in to comment.