Skip to content

Commit 2cf760b

Browse files
authored
fix: support multi-line KV for secrets, envvars, and labels (#309)
1 parent df7f037 commit 2cf760b

File tree

5 files changed

+358
-299
lines changed

5 files changed

+358
-299
lines changed

.github/workflows/integration.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,9 @@ jobs:
265265
env_vars_file: './tests/env-var-files/test.good.yaml'
266266
build_environment_variables: 'FOO=bar, ZIP=zap'
267267
build_environment_variables_file: './tests/env-var-files/test.good.yaml'
268-
secret_environment_variables: 'FOO=${{ secrets.DEPLOY_CF_SECRET_VERSION_REF }},BAR=${{ secrets.DEPLOY_CF_SECRET_REF }}'
268+
secret_environment_variables: |-
269+
FOO=${{ secrets.DEPLOY_CF_SECRET_VERSION_REF }}
270+
BAR=${{ secrets.DEPLOY_CF_SECRET_REF }}
269271
secret_volumes: '/etc/secrets/foo=${{ secrets.DEPLOY_CF_SECRET_VERSION_REF }}'
270272
min_instances: 2
271273
max_instances: 5

dist/index.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)