Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-11 18:07:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-11 18:07:26 +0300
commit6282dd78339f98cbc5624e7fdf744a342d3d8b73 (patch)
tree50952cb7a6f9ead4c805c20227871d3be845cc98 /doc/development/dangerbot.md
parentb9ab87c14ce9ebe8284aeffa32c1cee934156e58 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/dangerbot.md')
-rw-r--r--doc/development/dangerbot.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/development/dangerbot.md b/doc/development/dangerbot.md
index b12f00009c8..003df4fe078 100644
--- a/doc/development/dangerbot.md
+++ b/doc/development/dangerbot.md
@@ -196,11 +196,11 @@ is not shared to forks.
Contributors can configure Danger for their forks with the following steps:
-1. Create a [personal API token](https://gitlab.com/-/profile/personal_access_tokens?name=GitLab+Dangerbot&scopes=api).
-that has the `api` scope set (don't forget to copy it to the clipboard).
-1. Add a [project CI/CD variable](../ci/variables/index.md#add-a-cicd-variable-to-a-project)
-called `DANGER_GITLAB_API_TOKEN` with the token copied in the previous step.
+1. Create a [personal API token](https://gitlab.com/-/profile/personal_access_tokens?name=GitLab+Dangerbot&scopes=api)
+ that has the `api` scope set (don't forget to copy it to the clipboard).
+1. In your fork, add a [project CI/CD variable](../ci/variables/index.md#add-a-cicd-variable-to-a-project)
+ called `DANGER_GITLAB_API_TOKEN` with the token copied in the previous step.
1. Make the variable [masked](../ci/variables/index.md#mask-a-cicd-variable) so it
-doesn't show up in the job logs. The variable cannot be
-[protected](../ci/variables/index.md#protected-cicd-variables), because it needs
-to be present for all branches.
+ doesn't show up in the job logs. The variable cannot be
+ [protected](../ci/variables/index.md#protected-cicd-variables), because it needs
+ to be present for all branches.