Specify a file in the repo to use as a .env file. This file path will be copied to .env For example: ```yaml with: dotenv: .env.github ``` will execute `cp .env.github .env` before running dagger