From 8d31e7aaf3415edddeb580d402abe25c948b7434 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 10 Aug 2018 11:36:25 +0200 Subject: [PATCH] Fix variable names Signed-off-by: Pierre-Yves Chibon --- playbooks/roles/flag_ci_pr/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/roles/flag_ci_pr/tasks/main.yml b/playbooks/roles/flag_ci_pr/tasks/main.yml index 43896e8..aa0546b 100644 --- a/playbooks/roles/flag_ci_pr/tasks/main.yml +++ b/playbooks/roles/flag_ci_pr/tasks/main.yml @@ -13,8 +13,8 @@ command: /usr/local/bin/flag_ci_pr.py '{{ msg | to_json }}' register: output environment: - API_TOKEN: "{{ api_token_flag_pr_build }}" - API_TOKEN_STG: "{{ api_token_flag_pr_build_stg }}" + API_TOKEN: "{{ api_token_flag_pr_ci }}" + API_TOKEN_STG: "{{ api_token_flag_pr_ci_stg }}" - name: Show the output of the script debug: