Skip to content

Commit 58ed3ae

Browse files
authored
Merge pull request #123650 from changeworld/patch-4
Fix typo
2 parents fc6b584 + de46311 commit 58ed3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Next.js uses environment variables at build time and at request time, to support
288288
uses: Azure/static-web-apps-deploy@v1
289289
with:
290290
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN }}
291-
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
291+
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
292292
action: "upload"
293293
app_location: "/"
294294
api_location: ""

0 commit comments

Comments
 (0)