Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Sep 12, 2024
1 parent e0422eb commit 7a96d03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
uses: errata-ai/vale-action@reviewdog
with:
files: '["website/docs/docs", "website/docs/reference","website/docs/guides"]'
token: ${{ secrets.GITHUB_TOKEN }} # Use GitHub's built-in token
token: ${{ secrets.GITHUB_TOKEN }}
version: 2.17.0
reporter: github-pr-check

- name: Set $HOME environment variable
run: echo "HOME=/home/runner" >> $GITHUB_ENV

- name: Get changed files
id: changed-files
Expand Down

0 comments on commit 7a96d03

Please sign in to comment.