Skip to content

Commit 475cc56

Browse files
authored
Merge pull request #100617 from changeworld/patch-1
Fix typo
2 parents ca785ee + cab1708 commit 475cc56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/deploy-nextjs-static-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ By default, the application is treated as a hybrid rendered Next.js application,
142142
uses: azure/static-web-apps-deploy@latest
143143
with:
144144
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_TOKEN }}
145-
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
145+
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
146146
action: "upload"
147147
app_location: "/" # App source code path
148148
api_location: "" # Api source code path - optional

0 commit comments

Comments
 (0)