Laravel – Is there a way to generate an env file with github actions and pass it directly to docker and/or elastic beanstalk?
I'm looking for a way to create/generate an env file so that Docker Cloud Build or AWS Elastic Beanstalk (via CodePipeline) can pull them directly from the repository after a github action that generates an env file. I know that…