I have this pipeline stored in my github repo
https://github.com/gaurdianaq/astrojs-highscore-website/blob/main/deploy_highscore_site.gocd.yamlThe pipeline runs fine if I remove the secrets from it, but for some reason it just hangs and doesn't get picked up by the agent. When the secrets were invalid it would throw an error, so I know it is trying to resolve the secrets. I'm using the file based secrets plugin. I ensured that the secrets are usable on all resources.
Does anyone have any thoughts on this? I'm still new to GoCD but I've hit a bit of a brick wall with this and haven't been able to find anything in the documentation so far.