Skip to content

docs: added additional documentation for azure devops git provider #6923

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update docs/admin/git-providers.md
  • Loading branch information
bpmct authored Apr 7, 2023
commit 557078cbf4bdb266a105e9df1324539f73bf22dc
2 changes: 1 addition & 1 deletion docs/admin/git-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Azure Devops requires the following environment variables:
CODER_GITAUTH_0_ID="primary-azure-devops"
CODER_GITAUTH_0_TYPE=azure-devops
CODER_GITAUTH_0_CLIENT_ID=xxxxxx
# ensure that this is the value for "Client Secret" and not "App Secret"
# Ensure this value is your "Client Secret," not "App Secret"
CODER_GITAUTH_0_CLIENT_SECRET=xxxxxxx
CODER_GITAUTH_0_AUTH_URL="https://app.vssps.visualstudio.com/oauth2/authorize"
CODER_GITAUTH_0_TOKEN_URL="https://app.vssps.visualstudio.com/oauth2/token"
Expand Down