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
330 stars 57 forks source link

I created a blazor webassembly app but it won't build or deploy #1298

Open rmccabeny opened 1 year ago

rmccabeny commented 1 year ago

azure_error

thomasgauvin commented 1 year ago

Hi @rmccabeny, can you provide more information about how this SWA resource was setup so we can check if this is an issue on our end? According to the screenshot your provided, there seems to be a misconfiguration with your deployment token. This is usually set automatically when connecting your repository via the Portal, though it may be good to verify again to ensure everything was properly set.

  1. Retrieve the deployment token from your SWA resource: image
  2. Set the deployment token as a secret in your GitHub repository: image
  3. Ensure you are properly using the deployment token is properly being used in the GitHub Actions workflow file: image