radius-project / bicep-types-aws

Bicep type support for AWS
Apache License 2.0
7 stars 7 forks source link

update gh to ado sync workflow to use service principals #41

Closed willtsai closed 6 months ago

willtsai commented 6 months ago

As explained in https://github.com/radius-project/radius/issues/7402, we must switch to using Service Principals for auth when running the GH-ADO sync workflow.

Auth using Azure Service Principals was added as a part of v2.3 of the danhellem/github-actions-issue-to-work-item GitHub Actions workflow we use. Reference: https://github.com/danhellem/github-actions-issue-to-work-item/pull/143