Skip to content

Commit

Permalink
Add GITHUB_TOKEN to Qodana scan env
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhelle committed Oct 27, 2023
1 parent f16a4b9 commit 0e771cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
push-fixes: pull-request
pr-mode: false
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0e771cd

Please sign in to comment.