Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

🔒 Sign add-on with Codenotary Community Attestation Service (CAS) #170

Merged
merged 1 commit into from
Mar 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
workflows:
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
secrets:
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
3 changes: 3 additions & 0 deletions home-panel/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ build_from:
armhf: ghcr.io/hassio-addons/base/armhf:11.1.0
armv7: ghcr.io/hassio-addons/base/armv7:11.1.0
i386: ghcr.io/hassio-addons/base/i386:11.1.0
codenotary:
base_image: [email protected]
signer: [email protected]
1 change: 1 addition & 0 deletions home-panel/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version: dev
slug: home-panel
description: A web frontend for controlling the home
url: https://github.com/hassio-addons/addon-home-panel
codenotary: [email protected]
arch:
- aarch64
- amd64
Expand Down