Azure / static-web-apps

Azure Static Web Apps. For bugs and feature requests, please create an issue in this repo. For community discussions, latest updates, kindly refer to the Discussions Tab. To know what's new in Static Web Apps, visit https://aka.ms/swa/ThisMonth
https://aka.ms/swa
MIT License
320 stars 53 forks source link

Make Azure/static-web-apps-deploy work with OpenID Connect #1359

Open TechWatching opened 7 months ago

TechWatching commented 7 months ago

Is your feature request related to a problem? Please describe. I want to be able to deploy my static web app using GitHub Actions with OpenID Connect, unfortunately it seems it is necessary to use a azure_static_web_apps_api_token in the Azure/static-web-apps-deploy@v1 GitHub Actions.

Describe the solution you'd like Once the workflow did a azure/login using OpenID Connect, the github actions to deploy the static web app should not need the token.

thomasgauvin commented 7 months ago

Thanks for the feedback @TechWatching, we plan to review some deployment related workflows in 2024 and we will discuss this among other potential improvements.