Skip to content

Commit

Permalink
chore(ci): Add Qodona token to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Roboroads committed Dec 13, 2022
1 parent d8901ef commit d94588c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ jobs:

# Run Qodana inspections
- name: Qodana - Code Inspection
uses: JetBrains/[email protected]
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

# Prepare plugin archive content for creating artifact
- name: Prepare Plugin Artifact
Expand Down

0 comments on commit d94588c

Please sign in to comment.