I have a static web app that I want to just serve an index.html, but my github action is failing with:
2025-01-01T07:49:26.9203515Z : The content server has rejected the request with: BadRequest 2025-01-01T07:49:26.9204633Z: Reason: No matching Static Web App was found or the api key was invalid.
However I've set my github repository secret AZURE_STATIC_WEB_APPS_API_TOKEN to the deployment token in my static web app. What else could be the problem?