From b0133d6463d5768d6d03e41b2ccd5a3b81cc0295 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Thu, 11 May 2023 19:12:33 +0800 Subject: [PATCH] .github/workflows/setup-k3s-with-existed-vhost.yml: update --- .github/workflows/setup-k3s-with-existed-vhost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-k3s-with-existed-vhost.yml b/.github/workflows/setup-k3s-with-existed-vhost.yml index 1ed76635..5a9003bd 100644 --- a/.github/workflows/setup-k3s-with-existed-vhost.yml +++ b/.github/workflows/setup-k3s-with-existed-vhost.yml @@ -15,7 +15,7 @@ env: SSH_PUBLIC_KEY: ${{ secrets.SSH_PUBLIC_KEY }} SMTP_PASSWORD: ${{ secrets.SMTP_PASSWORD }} OIDC_ADMIN_PASSWORD: ${{ secrets.OIDC_ADMIN_PASSWORD }} - GITLAB_OIDC_CLIENT_TOKEN: ${{ secrets.GILAB_OIDC_CLIENT_TOKEN }} + GITLAB_OIDC_CLIENT_TOKEN: ${{ secrets.GITLAB_OIDC_CLIENT_TOKEN }} HARBOR_ADMIN_PASSWORD: ${{ secrets.HARBOR_ADMIN_PASSWORD }} defaults: