Is it possible to use an existing AWS CodeStar Connection in code to pull a repo outside of using it in CodePipeline?
I have a CodeBuild project that I want to trigger via an automated process with different environment variable values, and the only way I see of being able to pull the code into the CodeBuild execution is a git pull
in the build container. The pull would require a Personal Access Token that would in turn need to be updated periodically.
Thoughts?