Skip to content

Commit

Permalink
Remove defunct CAS
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 5, 2023
1 parent ef361c3 commit 3bbeb09
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 3bbeb09

Please sign in to comment.