Skip to content

Commit 95fe246

Browse files
authored
Merge pull request #85944 from changeworld/patch-21
Fix typo
2 parents 59e7500 + c380206 commit 95fe246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/build-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: Azure/static-web-apps-deploy@v1
7474
with:
7575
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)
76+
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
7777
action: "upload"
7878
###### Repository/Build Configurations ######
7979
app_location: "src" # App source code path relative to repository root

0 commit comments

Comments
 (0)