I found the issue.
Apparently, one of my GitHub repo secrets coincided with the variables I was trying to propagate. Therefore it wouldn't allow me to pass it further downstream and just put them as empty string.
Be ware on how GitHub handles what it thinks is a secret in you workflows.
Cheers