From aaeff19313be13f9623af77002aa859a3d3ce6df Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 26 Jul 2021 10:04:09 +0300 Subject: [PATCH] For the gitlab-ci linter. --- generated.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/generated.mk b/generated.mk index d29c740..c76a80c 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_PRIVATE_TOKEN="$$GITLAB_TOKEN"' >> '$@' echo "export GITLAB_REGISTRATION_TOKEN='$$(ph show --field Password 'shore.co.il/GitLab runner registration token')'" >> '$@' generated: .ssh/github_ed25519 -- GitLab