Merge remote-tracking branch 'origin/feature/premade-secret-sources' into release/lts-2.0.0

# Conflicts:
#	action.yml
#	dist/index.js.map
This commit is contained in:
frostebite
2026-03-05 21:07:26 +00:00
7 changed files with 1244 additions and 6 deletions
+9
View File
@@ -236,6 +236,15 @@ inputs:
description:
'[Orchestrator] Maximum seconds to wait for the primary provider to initialize (setupWorkflow). If exceeded
and fallbackProviderStrategy is set, switches to the fallback. Set to 0 to disable (default).'
secretSource:
default: ''
required: false
description:
'[Orchestrator] Premade secret source for pulling build secrets. Supported values: aws-secrets-manager,
aws-parameter-store, gcp-secret-manager, azure-key-vault, hashicorp-vault, hashicorp-vault-kv1,
vault (alias for hashicorp-vault), env. Can also be a custom shell command with {0} placeholder
for the key, or a path to a YAML file defining custom sources. Takes precedence over
inputPullCommand when set.'
resourceTracking:
default: 'false'
required: false