Hi <@U02KAN6061E>. I tried you solution using a `f...
# general
f
Hi @bitter-ability-32190. I tried you solution using a
file
target and declaring a dependency to have the
.env
file in the
run
sandbox, and it worked. I have a problem now with CI/CD. When I try to run Pants in GitHub Actions (so without an
.env
file), it fails because there isn't an
.env
file available (the environment variables are already set up by GitHub Action). Do you have a solution for that?