I am trying to deploy an Airtable App using a simple CICD build pipeline. I need to set the API key using the block cli.
Because this is an automated process I need to be able to set the key without any user input.
When I try to pass the key to the command (block set-api-key key***********) it still asks me to manually enter the key which causes the process to fail. Is there a away around this?