From b77a6359b00bfa8f034566a5c3d3a5d7ea90ee9d Mon Sep 17 00:00:00 2001 From: NimRegev Date: Mon, 24 Oct 2022 14:52:30 +0300 Subject: [PATCH] Update ci-integrations.md Changed git provider names to lowercase --- _docs/integrations/ci-integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/integrations/ci-integrations.md b/_docs/integrations/ci-integrations.md index b27bd5a8..ba057238 100644 --- a/_docs/integrations/ci-integrations.md +++ b/_docs/integrations/ci-integrations.md @@ -71,7 +71,7 @@ The table describes _all_ the arguments required for CI integrations in general. | `CF_WORKFLOW_NAME` | The name assigned to the workflow that builds the image. When defined, the name is displayed in the Codefresh platform. Example, `Staging step` | Optional | | `CF_GIT_BRANCH` | The Git branch with the commit and PR (pull request) data to add to the image. Pass the Branch from the event payload used to trigger your action. | Required | | `CF_GIT_REPO` | The Git repository with the configuration and code used to build the image. | Required | -| `CF_GIT_PROVIDER` | The Git provider for the integration, and can be either GitHub, GitLab, Bitbucket, or Bitbucket Server. | Required | +| `CF_GIT_PROVIDER` | The Git provider for the integration, and can be either `github`, `gitlab`, `bitbucket`, or `bitbucket-server`. | Required | | `CF_GITHUB_TOKEN` | The GitHub authentication token. The token must have `repo` scope. See [Git tokens]({{site.baseurl}}/docs/reference/git-tokens/). | Required | | `CF_GITHUB_API_URL` | The URL to the GitHub developer site. | Required | | `CF_BITBUCKET_USERNAME` | The username for the Bitbucket or the BitBucket Server (on-prem) account. | Required |