We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ec82f commit e89c2beCopy full SHA for e89c2be
1 file changed
.github/workflows/deploy-to-azure.yml
@@ -58,7 +58,7 @@ jobs:
58
id: deploy
59
uses: Azure/static-web-apps-deploy@v1
60
with:
61
- azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
+ azure_static_web_apps_api_token: ${{ secrets.AZURE_DEPLOYMENT_TOKEN }}
62
action: "upload"
63
app_location: ".output/public" # App source code path
64
api_location: "" # Api source code path - optional
0 commit comments