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 8fd371e commit af81e66
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ jobs:
run: |
echo "Changed files: ${{ env.CHANGED_FILES }}"
- name: Set up Reviewdog
uses: reviewdog/action-setup@v1
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set REVIEWDOG_GITHUB_API_TOKEN
run: echo "REVIEWDOG_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV


- name: Run Vale with reviewdog
run: |
Expand Down

0 comments on commit af81e66

Please sign in to comment.