From 0706f0c40759df590638e31ab87abf161fa3dead Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Mon, 12 Jun 2023 15:00:16 +0000 Subject: [PATCH] docs: add steps for registering a github app with coder --- 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 9cce4236a7409..293c88ab3cabb 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.