From: Flole Date: Thu, 26 Jun 2025 23:41:22 +0000 (+0200) Subject: Update coverity secret check to new ENV file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=473151d993d517d54fc8cb0636e2147dc6fd87f7;p=thirdparty%2Ftvheadend.git Update coverity secret check to new ENV file --- diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 0152ba037..7569b70d2 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -19,7 +19,7 @@ jobs: env: TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }} if: "${{ env.TOKEN != '' }}" - run: echo "::set-output name=defined::true" + run: echo "defined=true" >> $GITHUB_OUTPUT coverity: needs: [check-secret]