5

I'm using CodePipeline for my CI/CD process. Currently migrating from CodeCommit to a private GitHub repo, I want to keep automating my tag and release process. The issue is that I'd need a personal token to do so. However, that being said, we do use CodeStar connection for the same repo. Now my question is, is it possible to extract the token provided in the connection for CodeBuild?

TIA

Fares
  • 893
  • 1
  • 11
  • 24
  • 2
    There is no way to extract it or rely on the CodeStar connection in CodeBuild yet. For CodeBuild you'll either need to use Personal Token or OAuth – Nick Sep 24 '21 at 11:54

0 Answers0