diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 21b20da..9b224a5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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 }} diff --git a/thelounge/build.yaml b/thelounge/build.yaml index 2da8bad..cb7c940 100644 --- a/thelounge/build.yaml +++ b/thelounge/build.yaml @@ -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 diff --git a/thelounge/config.yaml b/thelounge/config.yaml index 8d54376..d2b29e8 100644 --- a/thelounge/config.yaml +++ b/thelounge/config.yaml @@ -4,6 +4,7 @@ version: dev slug: thelounge description: A self-hosted web IRC client url: https://github.com/hassio-addons/addon-thelounge +codenotary: codenotary@frenck.dev arch: - aarch64 - amd64