Skip to content

Commit

Permalink
docs: Add instruction link to create incoming webhook connection for …
Browse files Browse the repository at this point in the history
…MS teams
  • Loading branch information
sumanmaity1234 committed Jun 28, 2022
1 parent 90018a2 commit 6036bdd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fileignoreconfig:
- filename: CHANGELOG.md
checksum: 08e1ba20d12cd7ae7893ed3c743c51ca9cfb9c0fd2f676ee9dfa58bb40211629
- filename: README.md
checksum: 6074d8bfedf6c227bc476570c79ccceaef8357e4da2aec8aa7ccd8525acbe0e3
checksum: 4f0ca0ae353ceb8bc81715fa795310eb3f5372feeb585b5eab574eb87c966a4f
- filename: backend/gradle/config/checkstyle.xml
checksum: 42bddec292c1e767c376d9a2344581a901ce9bc538950a6402b02d71c7e445a1
- filename: backend/src/main/java/de/otto/platform/gitactionboard/adapters/controller/BasicAuthenticationController.java
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@ docker run \
| BASIC_AUTH_USER_DETAILS_FILE_PATH | File location for basic auth user details | no | | /src/.htpasswd |
| MS_TEAMS_NOTIFICATIONS_WEB_HOOK_URL | Web hook url to send build failure notifications on Microsoft Teams (available from v2.1.0) | no | | |

Note: To create a personal access token follow the instructions present [here](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) and choose **repo** as a scope fot this token.
##### Notes

- To create a personal access token follow the instructions present [here](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) and choose **repo** as a scope fot this token.
- To create incoming webhook connection for MS Teams channel follow the instructions present [here](https://docs.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook#create-an-incoming-webhook-1).

##### Authentication

Expand Down

0 comments on commit 6036bdd

Please sign in to comment.