Skip to content

Commit de87718

Browse files
Fcursoragent
andcommitted
fix(ci): set REVIEWDOG_GITHUB_API_TOKEN in psscriptanalyzer workflow
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 89df0f7 commit de87718

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/psscriptanalyzer.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
curl -sSfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin v0.17.0
6666
- name: Run reviewdog annotations (rdjson)
6767
if: github.event_name == 'pull_request'
68+
env:
69+
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6870
run: |
6971
echo "Running reviewdog with RDJSON input"
7072
reviewdog -f=rdjson -name=psscriptanalyzer -reporter=github-pr-review -level=error < ./psa_for_reviewdog.rdjson

0 commit comments

Comments
 (0)