Merge remote-tracking branch 'origin/fix/secure-git-token-usage' into release/lts-infrastructure

# Conflicts:
#	dist/index.js.map
This commit is contained in:
frostebite
2026-03-05 23:30:10 +00:00
10 changed files with 326 additions and 21 deletions
+6
View File
@@ -105,6 +105,12 @@ inputs:
required: false
default: ''
description: '[Orchestrator] Github private token to pull from github'
gitAuthMode:
required: false
default: 'header'
description:
'[Orchestrator] How git authentication is configured. "header" (default) uses http.extraHeader so the token
never appears in clone URLs or git config. "url" embeds the token in clone URLs (legacy behavior).'
githubOwner:
required: false
default: ''