From 61adbabe78c43941a33b046f21e2048af0a39cef Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Wed, 27 Dec 2023 21:41:45 +0000 Subject: [PATCH] doc: updated documentation --- sync/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/sync/README.md b/sync/README.md index a9cae7d..ea72e84 100644 --- a/sync/README.md +++ b/sync/README.md @@ -1,2 +1,12 @@ # Repo Sync -This subdir is intended for syncing repos on with \ No newline at end of file +This subdir is intended for syncing repos on with + +## Tokens +Tokens have a lifetime of a year. + +| Site | User | Location | Scopes | Expiry | +|--------|-----------|-------------------------------------------------------------------|--------|------------| +| Gitlab | ulcompsoc | https://gitlab.com/-/user_settings/personal_access_tokens | api | 2024-12-26 | +| Skynet | compsoc | https://gitlab.skynet.ie/groups/compsoc1/-/settings/access_tokens | api | 2024-12-26 | + +They are then stored in https://gitlab.skynet.ie/compsoc1/skynet/nixos/-/settings/ci_cd as ``TOKEN`` and ``TOKEN_REMOTE`` \ No newline at end of file