chore: Add doc for how to rotate gitlab token (#5290)

Signed-off-by: Luke Massa <lukefrederickmassa@gmail.com>
This commit is contained in:
Luke Massa
2025-02-01 17:11:26 -05:00
committed by GitHub
parent 8157a8db24
commit a470d42863

15
e2e/README.md Normal file
View File

@@ -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`.