From 7b37c297b58f11a854a1d3b0b00c9da73a9a2c61 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 8 Jul 2019 21:35:27 +0300 Subject: Add: get artifact store access token from pass --- components.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'components.yml') diff --git a/components.yml b/components.yml index ecdea68..e09671f 100644 --- a/components.yml +++ b/components.yml @@ -26,6 +26,7 @@ - vcsworker vars: gitlab_token: "{{ lookup('pipe', 'pass wmf/wmf-gitlab.vm.liw.fi/gitlab_token') }}" + artifact_token: "{{ lookup('pipe', 'pass wmf/wmf-gitlab.vm.liw.fi/artifact_token') }}" vcsworker_ssh_pub: "{{ lookup('pipe', 'pass wmf/wmf-gitlab.vm.liw.fi/vcsworker_ssh.pub') }}" vcsworker_ssh: "{{ lookup('pipe', 'pass wmf/wmf-gitlab.vm.liw.fi/vcsworker_ssh') }}" -- cgit v1.2.1