diff --git a/.github/workflows/dotnet-core-desktop.yml b/.github/workflows/dotnet-core-desktop.yml index 0b6bcd9d..1926a20d 100644 --- a/.github/workflows/dotnet-core-desktop.yml +++ b/.github/workflows/dotnet-core-desktop.yml @@ -28,11 +28,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 - - name: 'Qodana Scan' - uses: JetBrains/qodana-action@main - env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} - + - name: Write key file run: | echo "${{ secrets.AUTH }}" | base64 -di > ./Installer/Installer_TemporaryKey.pfx