Skip to content

Commit 9594c1a

Browse files
fix two instances of "Github"
1 parent c0b0658 commit 9594c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/static-apps/github-actions-workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: Azure/static-web-apps-deploy@master
5252
with:
5353
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_MANGO_RIVER_0AFDB141E }}
54-
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
54+
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for GitHub integrations (i.e. PR comments)
5555
action: 'upload'
5656
###### Repository/Build Configurations - These values can be configured to match you app requirements. ######
5757
app_location: '/' # App source code path
@@ -74,7 +74,7 @@ jobs:
7474
7575
## Triggers
7676
77-
A GitHub Actions [trigger](https://help.github.com/actions/reference/events-that-trigger-workflows) notifies a Github Actions workflow to run a job based off event triggers. Triggers are listed using the `on` property in the workflow file.
77+
A GitHub Actions [trigger](https://help.github.com/actions/reference/events-that-trigger-workflows) notifies a GitHub Actions workflow to run a job based off event triggers. Triggers are listed using the `on` property in the workflow file.
7878

7979
```yml
8080
on:

0 commit comments

Comments
 (0)