Skip to content

Do not use tokens that look like tokens in docs

Achilleas Pipinellis requested to merge docs/fake-token-no-more-ee into master

What does this MR do?

EE port of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24044

Do not use tokens that look like tokens in docs.

Command used:

find ./doc -type f -exec sed -i 's/9koXpg98eAheJpvBs5tK/<your_access_token>/' {} \;

Related issues

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/38064

Author's checklist

Review checklist

  • Technical writer's review (required)
  • Merge the EE-MR first, CE-MR afterwards
Edited by Evan Read

Merge request reports