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