We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f287a commit 1b4267bCopy full SHA for 1b4267b
.github/workflows/deploy.yaml
@@ -15,3 +15,5 @@ on:
15
jobs:
16
workflows:
17
uses: hassio-addons/workflows/.github/workflows/base-deploy.yaml@main
18
+ secrets:
19
+ CAS_API_KEY: ${{ secrets.CAS_API_KEY }}
base/build.yaml
@@ -3,3 +3,5 @@ build_from:
3
aarch64: arm64v8/ubuntu:focal-20220302
4
amd64: amd64/ubuntu:focal-20220302
5
armv7: arm32v7/ubuntu:focal-20220302
6
+codenotary:
7
+ signer: [email protected]
0 commit comments