From a470d428636c3eaf2928db5b229369ee993f0f5c Mon Sep 17 00:00:00 2001 From: Luke Massa Date: Sat, 1 Feb 2025 17:11:26 -0500 Subject: [PATCH] chore: Add doc for how to rotate gitlab token (#5290) Signed-off-by: Luke Massa --- e2e/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 e2e/README.md diff --git a/e2e/README.md b/e2e/README.md new file mode 100644 index 0000000000..fcaec9ad74 --- /dev/null +++ b/e2e/README.md @@ -0,0 +1,15 @@ +# End to end tests + +Tests run against actual repos in various VCS providers + +## Configuration + +### Gitlab + +User: https://gitlab.com/atlantis-tests +Email: maintainers@runatlantis.io + +To rotate token: +1. Login to account +2. Select avatar -> Edit Profile -> Access tokens -> Add new token +3. Create a new token, and upload it to Github Action as environment secret `ATLANTIS_GITLAB_TOKEN`.