File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,9 @@ jobs:
133
133
NJS_DIR=internal/controller/nginx/modules/src
134
134
NGINX_CONF_DIR=internal/controller/nginx/conf
135
135
BUILD_AGENT=gha
136
+ secrets : |
137
+ ${{ contains(inputs.image, 'plus') && format('"nginx-repo.crt={0}"', secrets.NGINX_CRT) || '' }}
138
+ ${{ contains(inputs.image, 'plus') && format('"nginx-repo.key={0}"', secrets.NGINX_KEY) || '' }}
136
139
137
140
- name : Update Go Modules
138
141
if : ${{ github.event_name == 'schedule' }}
Original file line number Diff line number Diff line change @@ -117,6 +117,9 @@ jobs:
117
117
NJS_DIR=internal/controller/nginx/modules/src
118
118
NGINX_CONF_DIR=internal/controller/nginx/conf
119
119
BUILD_AGENT=gha
120
+ secrets : |
121
+ ${{ contains(inputs.image, 'plus') && format('"nginx-repo.crt={0}"', secrets.NGINX_CRT) || '' }}
122
+ ${{ contains(inputs.image, 'plus') && format('"nginx-repo.key={0}"', secrets.NGINX_KEY) || '' }}
120
123
121
124
- name : Setup license file for plus
122
125
if : ${{ inputs.image == 'plus' }}
You can’t perform that action at this time.
0 commit comments