From 23153fb2282262145053e26e24140ffd42c410a0 Mon Sep 17 00:00:00 2001 From: popcorny Date: Thu, 20 Jun 2024 15:06:40 +0800 Subject: [PATCH] Fix markdown format Signed-off-by: popcorny --- docs/docs/recce-cloud/setup-introduction.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/docs/recce-cloud/setup-introduction.md b/docs/docs/recce-cloud/setup-introduction.md index cd3b05b4..26efb3c3 100644 --- a/docs/docs/recce-cloud/setup-introduction.md +++ b/docs/docs/recce-cloud/setup-introduction.md @@ -11,12 +11,10 @@ Without Recce Cloud, we use the Recce State File to store PR review states. Howe ## Prerequisite 1. Prepare the github personal access token. Please see the [GitHub document](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens). And set it to your environment variable. - ``` export GITHUB_TOKEN= ``` - -2. (Optional) Install the github cli. Please see the [GitHub CLI document](https://github.com/cli/cli) +1. (Optional) Install the github cli. Please see the [GitHub CLI document](https://github.com/cli/cli) ## Integrate with the PR review workflow