Skip to content

Commit

Permalink
Remove CAS from action (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Sep 23, 2023
1 parent bd02ea2 commit 04b7d2e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,26 +91,13 @@ runs:
chmod 600 .ssh/*
fi
- uses: home-assistant/actions/helpers/cas@master

- shell: bash
id: pull
run: |
name="ghcr.io/home-assistant/wheels/${{ inputs.arch }}/${{ inputs.tag }}/${{ inputs.abi }}:${{ steps.version.outputs.version }}"
docker pull "$name"
echo "name=$name" >> $GITHUB_OUTPUT
- shell: bash
run: |
for j in {1..15}; do
if CAS_API_KEY= cas authenticate --silent --signerID notary@home-assistant.io docker://${{ steps.pull.outputs.name }}; then
exit 0
fi
sleep $((5 * j))
done
echo "Invalid signature!"
exit 1
- shell: bash
id: options
run: |
Expand Down

0 comments on commit 04b7d2e

Please sign in to comment.