mirror of
https://github.com/hassio-addons/addon-airsonos.git
synced 2025-05-04 19:11:22 +00:00
🔒 Sign add-on with Codenotary Community Attestation Service (CAS) (#110)
This commit is contained in:
parent
af929d7a04
commit
fff780cec3
3 changed files with 5 additions and 0 deletions
1
.github/workflows/deploy.yaml
vendored
1
.github/workflows/deploy.yaml
vendored
|
@ -16,4 +16,5 @@ jobs:
|
||||||
workflows:
|
workflows:
|
||||||
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
|
uses: hassio-addons/workflows/.github/workflows/addon-deploy.yaml@main
|
||||||
secrets:
|
secrets:
|
||||||
|
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
|
||||||
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
|
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
|
||||||
|
|
|
@ -4,3 +4,6 @@ build_from:
|
||||||
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.3.0
|
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.3.0
|
||||||
armv7: ghcr.io/hassio-addons/debian-base/armv7:5.3.0
|
armv7: ghcr.io/hassio-addons/debian-base/armv7:5.3.0
|
||||||
i386: ghcr.io/hassio-addons/debian-base/i386:5.3.0
|
i386: ghcr.io/hassio-addons/debian-base/i386:5.3.0
|
||||||
|
codenotary:
|
||||||
|
base_image: codenotary@frenck.dev
|
||||||
|
signer: codenotary@frenck.dev
|
||||||
|
|
|
@ -4,6 +4,7 @@ version: dev
|
||||||
slug: airsonos
|
slug: airsonos
|
||||||
description: AirPlay capabilities for your Sonos (and UPnP) devices.
|
description: AirPlay capabilities for your Sonos (and UPnP) devices.
|
||||||
url: https://github.com/hassio-addons/addon-airsonos
|
url: https://github.com/hassio-addons/addon-airsonos
|
||||||
|
codenotary: codenotary@frenck.dev
|
||||||
startup: services
|
startup: services
|
||||||
init: false
|
init: false
|
||||||
arch:
|
arch:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue