This Action authenticates your Convox Deploy Key. You should perform this action as the first step before any other Convox actions.
Required The value of your Convox Deploy Key
Optional The host name of your Convox Console. This defaults to console.convox.com
and only needs to be overwritten if you have a self-hosted console
uses: convox/action-login@v2
with:
password: ${{ secrets.CONVOX_DEPLOY_KEY }}