From 3bbeb095f61804e7b891fe1b076a535a763ea9e9 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 5 Oct 2023 21:26:12 +0200 Subject: [PATCH] Remove defunct CAS --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c26ce1dc..cfbc8e60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,10 +45,3 @@ jobs: asset_path: "${{ github.workspace }}/${{ matrix.variant.name }}" asset_name: ${{ matrix.variant.name }} asset_content_type: application/x-binary - - - name: Signing asset - if: github.event_name == 'release' - uses: home-assistant/actions/helpers/codenotary@master - with: - source: "file://${{ github.workspace }}/${{ matrix.variant.name }}" - token: ${{ secrets.CAS_TOKEN }}