Skip to content

Commit

Permalink
Merge pull request #152 from mdegat01/add-cas-signing
Browse files Browse the repository at this point in the history
🔒 Sign add-on with Codenotary Community Attestation Service (CAS)
  • Loading branch information
mdegat01 authored Apr 26, 2022
2 parents a945c7f + b071858 commit 19b87a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ jobs:
workflows:
uses: mdegat01/addon-workflows/.github/workflows/addon-deploy.yaml@main
secrets:
CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
DISPATCH_TOKEN: ${{ secrets.DISPATCH_TOKEN }}
GHCR_TOKEN: ${{ secrets.GHCR_TOKEN }}
3 changes: 3 additions & 0 deletions loki/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ build_from:
armhf: ghcr.io/hassio-addons/base/armhf:11.1.2
armv7: ghcr.io/hassio-addons/base/armv7:11.1.2
aarch64: ghcr.io/hassio-addons/base/aarch64:11.1.2
codenotary:
base_image: [email protected]
signer: [email protected]
1 change: 1 addition & 0 deletions loki/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ arch:
- armv7
- armhf
description: Loki for Home Assistant
codenotary: [email protected]
startup: system
map:
- share
Expand Down

0 comments on commit 19b87a3

Please sign in to comment.