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 839d841 + f9d5f4f commit 73837d3Copy full SHA for 73837d3
articles/static-web-apps/nextjs.md
@@ -38,7 +38,7 @@ The following example shows the GitHub Actions job that is enabled for static ex
38
uses: azure/static-web-apps-deploy@latest
39
with:
40
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_TOKEN }}
41
- 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)
42
action: "upload"
43
app_location: "/" # App source code path
44
api_location: "" # Api source code path - optional
0 commit comments