How pass Enviroment Variables from Gitlab-Runner Pod to Job Containers

I’m deploying a custom runner using Helm chart, here we use a external secret to store our AWS Key, inside the runner pod, I’m able to echo the content correctly from the variable, but inside the CI Jobs this variable isn’t replicated…

There is any way to pass an environment variable from runner pod to the jobs containers that it created?