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.
2 parents 59e7500 + c380206 commit 95fe246Copy full SHA for 95fe246
articles/static-web-apps/build-configuration.md
@@ -73,7 +73,7 @@ jobs:
73
uses: Azure/static-web-apps-deploy@v1
74
with:
75
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
76
- repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
+ repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
77
action: "upload"
78
###### Repository/Build Configurations ######
79
app_location: "src" # App source code path relative to repository root
0 commit comments