Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Mar 15, 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 motioneye/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: codenotary@frenck.dev
signer: codenotary@frenck.dev
1 change: 1 addition & 0 deletions motioneye/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ version: dev
slug: motioneye
description: Simple, elegant and feature-rich CCTV/NVR for your cameras
url: https://github.com/hassio-addons/addon-motioneye
codenotary: codenotary@frenck.dev
ingress: true
ingress_port: 0
ingress_stream: true
Expand Down