From 1391c2ba7675f76507ec04a4ce5de8e01010962e Mon Sep 17 00:00:00 2001 From: salonichf5 <146118978+salonichf5@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:28:58 -0700 Subject: [PATCH] remove secret key crt --- .github/workflows/functional.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/functional.yml b/.github/workflows/functional.yml index 3c984ee7fa..8fc501b3e7 100644 --- a/.github/workflows/functional.yml +++ b/.github/workflows/functional.yml @@ -8,11 +8,7 @@ on: tags: - "v[0-9]+.[0-9]+.[0-9]+*" pull_request: - workflow_call: - inputs: - image: - required: true - type: string + defaults: run: @@ -116,9 +112,6 @@ jobs: NJS_DIR=internal/mode/static/nginx/modules/src NGINX_CONF_DIR=internal/mode/static/nginx/conf BUILD_AGENT=gha - secrets: | - ${{ contains(inputs.image, 'plus') && format('"nginx-repo.crt={0}"', secrets.NGINX_CRT) || '' }} - ${{ contains(inputs.image, 'plus') && format('"nginx-repo.key={0}"', secrets.NGINX_KEY) || '' }} - name: Deploy Kubernetes id: k8s