# Bug Report If you include spaces around your secrets variable, it's ignored by concourse and inserted as a raw string. For example: ``` GITHUB_USERNAME: (( github-username )) ``` Will contain `(( github-username ))`. If you remove the extra spaces, it interpolates correctly. * Concourse version: v3.8.0 * Deployment type (BOSH/Docker/binary): binary * Infrastructure/IaaS: AWS/on-prem * Browser (if applicable): n/a * Did this used to work? Not as far as I know