Skip to content

Commit

Permalink
remove secret key crt
Browse files Browse the repository at this point in the history
  • Loading branch information
salonichf5 committed Mar 8, 2024
1 parent 34a9d75 commit 1391c2b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1391c2b

Please sign in to comment.