dotnet / arcade-services

Arcade Engineering Services
MIT License
54 stars 73 forks source link

Simplify AzDO/GitHub token usage in Darc #3561

Closed premun closed 1 month ago

premun commented 1 month ago

Removes the git type from DarcSettings and always provides the right token based on the repo URL. Also prefers arguments to local settings.

https://github.com/dotnet/dnceng/issues/2695 Fixes https://github.com/dotnet/arcade-services/issues/3275

Release Note Category

Release Note Description

Darc prefers secrets from arguments to local settings

premun commented 1 month ago

@oleksandr-didyk I also fixed one more issue in this PR - https://github.com/dotnet/arcade-services/issues/3275