We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb80df commit db125c1Copy full SHA for db125c1
action.yml
@@ -22,7 +22,8 @@ runs:
22
23
- shell: bash
24
run: |
25
- bash <(curl https://getvcn.codenotary.com -L)
+ curl -Lo /usr/bin/vcn https://github.com/vchain-us/vcn/releases/download/v0.9.6/vcn-v0.9.6-linux-amd64-static
26
+ chmod a+x /usr/bin/vcn
27
state="$(vcn authenticate --org home-assistant.io --output json docker://ghcr.io/home-assistant/amd64-builder:${{ steps.version.outputs.version }} | jq '.verification.status // 2')"
28
if [[ "${state}" != "0" ]]; then
29
echo "Invalid signature!"
0 commit comments