We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
single
1 parent e0d46e8 commit 5e107cbCopy full SHA for 5e107cb
roles/github/templates/generic.yml.j2
@@ -8,6 +8,9 @@
8
<%- set _ = github_default_kayobe_arguments.update({"KAYOBE_VAULT_PASSWORD": "${{ secrets[format('{0}_KAYOBE_VAULT_PASSWORD', inputs.kayobe_environment)] }}" }) -%>
9
<%- set _ = github_kayobe_arguments.update({"KAYOBE_ENVIRONMENT": '${{ inputs.kayobe_environment }}'}) -%>
10
<%- endif -%>
11
+<%- if github_environment_selector == 'single' -%>
12
+<%- set _ = github_kayobe_arguments.update({"KAYOBE_ENVIRONMENT": github_kayobe_environments | first}) -%>
13
+<%- endif -%>
14
name: %% format_file_name(workflow.file_name, is_title=true) %%
15
16
on:
0 commit comments