From 80aea472eed323bd29f7bdbc4c420eae59e07d1e Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 23 May 2021 10:58:06 +0300
Subject: [PATCH] Add the GitLab runner registration token environment
 variable.

---
 generated.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/generated.mk b/generated.mk
index 95522ce..bd0a6aa 100644
--- a/generated.mk
+++ b/generated.mk
@@ -67,6 +67,7 @@ generated: .bash_completion.d/poetry
 generated: .bashrc.private
 .bashrc.private: Documents/Database.kdbx
 	echo "export GITLAB_TOKEN='$$(ph show --field Password 'shore.co.il/GitLab token')'" > '$@'
+	echo "export GITLAB_REGISTRATION_TOKEN='$$(ph show --field Password 'shore.co.il/GitLab runner registration token')'" >> '$@'
 
 generated: .ssh/github_ed25519
 .ssh/github_ed25519: Documents/Database.kdbx
-- 
GitLab