Sfoglia il codice sorgente

Add missing secret key

Laurent Destailleur 2 anni fa
parent
commit
081cfcc137
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .github/workflows/code_quality.yml

+ 2 - 0
.github/workflows/code_quality.yml

@@ -15,3 +15,5 @@ jobs:
           fetch-depth: 0
       - name: 'Qodana Scan'
         uses: JetBrains/qodana-action@v2022.3.0
+        env:
+          QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}