Skip to content

Do not use tokens that look like tokens in docs

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

What does this MR do?

Do not use tokens that look like tokens in docs. Replace 9koXpg98eAheJpvBs5tK with <your_access_token> throughout the 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

Edited by Achilleas Pipinellis

Merge request reports