Goddchen
Goddchen
I second this. Really annoying if you have a team working on the same codebase with different machines.
@yousinix yeah the `ResizableWidget` is not the reason here. I replaced it with a simple `Row` and saw the same issue 🤷♂ If I find the time to debug more...
Also using `${{ secrets.PUB_CREDENTIALS }}` doesn't work.
My guess is you should be using `secrets` over `inputs` for the secret.
I don't think that is the right way to tackle this. You need to properly use `secrets` over `inputs`, that will fix all the issues. No workarounds needed.