Skip to content

Commit 73837d3

Browse files
authored
Merge pull request #100702 from changeworld/patch-1
Fix typo
2 parents 839d841 + f9d5f4f commit 73837d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/nextjs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following example shows the GitHub Actions job that is enabled for static ex
3838
uses: azure/static-web-apps-deploy@latest
3939
with:
4040
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)
41+
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
4242
action: "upload"
4343
app_location: "/" # App source code path
4444
api_location: "" # Api source code path - optional

0 commit comments

Comments
 (0)