summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 711fd4ef3c2..a7b0a0f0b62 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -366,6 +366,9 @@ production: &base
# Send admin emails once a week
admin_email_worker:
cron: "0 0 * * 0"
+ # Send emails for personal tokens which are about to expire
+ personal_access_tokens_expiring_worker:
+ cron: "0 1 * * *"
# Remove outdated repository archives
repository_archive_cache_worker: