Skip to content

Commit db125c1

Browse files
authored
Update action.yml (#98)
1 parent aeb80df commit db125c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ runs:
2222

2323
- shell: bash
2424
run: |
25-
bash <(curl https://getvcn.codenotary.com -L)
25+
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
2627
state="$(vcn authenticate --org home-assistant.io --output json docker://ghcr.io/home-assistant/amd64-builder:${{ steps.version.outputs.version }} | jq '.verification.status // 2')"
2728
if [[ "${state}" != "0" ]]; then
2829
echo "Invalid signature!"

0 commit comments

Comments
 (0)