Hernán Vignolo
Hernán Vignolo
+1 on Ubuntu 22.04 on [WSL2](https://learn.microsoft.com/en-us/windows/wsl/about) using Docker Desktop 4.12.0 (85629), when trying to pull `node:16-buster-slim` with `act`. Works fine with `docker pull node:16-buster-slim`. Unsuccessfully tried to pass secrets with:...
I'm facing the same issue, there's no workaround for this? 🤔
> I'm also having this issue on windows. Is it a requirement to pass the username and password each run? Seems like it should just use the docker login I've...
I had the same problem using MySQL through SQLAlchemy. I don't know how you are setting your SQLAlchemy credentials, but I switched from this: ```python # Old way (doesn't work)...