Skip to content

Commit

Permalink
update the token
Browse files Browse the repository at this point in the history
  • Loading branch information
OnkarRuikar committed Aug 1, 2023
1 parent ef19e6b commit 74650b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-review-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Suggest changes using diff
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.PR_REVIEW_PAT }}
run: |
TMPFILE=$(mktemp)
git diff >"${TMPFILE}"
Expand All @@ -94,7 +94,7 @@ jobs:
- name: Add reviews for markdonwlint errors
if: env.MD_LINT_STATUS == '1'
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.PR_REVIEW_PAT }}
run: |
echo "${{ env.MD_LINT_LOG }}" | \
reviewdog \
Expand Down

0 comments on commit 74650b6

Please sign in to comment.