When I ran a Jest test for a action that uses z.stashFile, I got an error message:
Error: No deploy key found. Make sure you set the `ZAPIER_DEPLOY_KEY` environment variable to write tests that rely on the RPC API (i.e. z.stashFile)
Where do I find or create this key?
Once I find this value, I can add it to the .env file, correct?