From eddf69376401a557ff2a8b7b05c1ce8f1838d2d2 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 25 May 2023 10:46:54 +0800 Subject: [PATCH] setup-observability-server-with-existed-vhost.yml: update --- .../setup-observability-server-with-existed-vhost.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/setup-observability-server-with-existed-vhost.yml b/.github/workflows/setup-observability-server-with-existed-vhost.yml index 744db94a..e7ee2109 100644 --- a/.github/workflows/setup-observability-server-with-existed-vhost.yml +++ b/.github/workflows/setup-observability-server-with-existed-vhost.yml @@ -12,6 +12,8 @@ env: DNS_AK: ${{ secrets.DNS_AK }} DNS_SK: ${{ secrets.DNS_SK }} SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }} + SMTP_PASSWORD: ${{ secrets.SMTP_PASSWORD }} + GITLAB_OIDC_CLIENT_TOKEN: ${{ secrets.GITLAB_OIDC_CLIENT_TOKEN }} defaults: run: @@ -49,6 +51,8 @@ jobs: ansible_host_key_checking=False dns_ak=$DNS_AK dns_sk=$DNS_SK + smtp_password=$SMTP_PASSWORD + gitlab_oidc_client_token=$GITLAB_OIDC_CLIENT_TOKEN EOF #ansible-playbook -i hosts/inventory jobs/init_observability-server -D ansible-playbook -i hosts/inventory jobs/init_bookinfo -D