From 5b9c3784bc86cdd3e8fad45c38f9b33e5acd4356 Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Sun, 18 Jun 2023 14:01:37 -0500 Subject: [PATCH] docs: add steps for registering a github app with coder (#7976) Co-authored-by: Muhammad Atif Ali --- docs/admin/git-providers.md | 27 ++++++++++++++++--- docs/images/admin/github-app-install.png | Bin 0 -> 82943 bytes docs/images/admin/github-app-permissions.png | Bin 0 -> 84116 bytes docs/images/admin/github-app-register.png | Bin 0 -> 30514 bytes 4 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 docs/images/admin/github-app-install.png create mode 100644 docs/images/admin/github-app-permissions.png create mode 100644 docs/images/admin/github-app-register.png diff --git a/docs/admin/git-providers.md b/docs/admin/git-providers.md index 9cce4236a7..293c88ab3c 100644 --- a/docs/admin/git-providers.md +++ b/docs/admin/git-providers.md @@ -1,10 +1,10 @@ # Git Providers -Coder integrates with git providers so developers can authenticate with repositories within their workspace. +Coder integrates with git providers to automate away the need for developers to authenticate with repositories within their workspace. ## How it works -When developers use `git` inside their workspace, they are first prompted to authenticate. After that, Coder will store/refresh tokens for future operations. +When developers use `git` inside their workspace, they are prompted to authenticate. After that, Coder will store and refresh tokens for future operations.