summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2019-07-08 21:35:27 +0300
committerLars Wirzenius <lwirzenius@wikimedia.org>2019-07-08 21:35:27 +0300
commit7b37c297b58f11a854a1d3b0b00c9da73a9a2c61 (patch)
treef1edd6bdc570202c7f3701f8fe6de8012ad46e28
parent3b3e4a37b295ac84c991d5f17ce18cb790a54301 (diff)
downloadwmf-gitlab-7b37c297b58f11a854a1d3b0b00c9da73a9a2c61.tar.gz
Add: get artifact store access token from pass
-rw-r--r--components.yml1
1 files changed, 1 insertions, 0 deletions
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') }}"