Skip to content

Commit

Permalink
Merge pull request #1 from gitgitgadget/readme-fixes
Browse files Browse the repository at this point in the history
A couple of fixes for the README
  • Loading branch information
dscho authored Aug 17, 2023
2 parents 06c85f8 + c11ce58 commit 4bd5d1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"cSpell.words": [
"dscho",
"gitgitgadget"
],
"cSpell.ignoreRegExpList": [
"AZURE_FUNCTIONAPP_PUBLISH_PROFILE"
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ As a last step, the repository was pushed, triggering the deployment to the Azur

### The GitHub App

Finally, the existing GitHub App's webhook URL was redirected to the new one. If there had not been an existing GitHub App, [a new GitHub App would have been registered](https://github.com/settings/apps/new) with the repository URL on GitHub as homepage URL.
Finally, the existing GitHub App's webhook URL was redirected to the new one. If there had not been an existing GitHub App, [a new GitHub App would have been registered](https://github.com/settings/apps/new) with https://github.com/gitgitgadget as homepage URL.

As Webhook URL, the URL of the Azure Function was used, which can be copied in the "Functions" tab of the Azure Function. It looks similar to this: https://my-github-app.azurewebsites.net/api/MyGitHubApp

Expand Down

0 comments on commit 4bd5d1b

Please sign in to comment.