mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
fix den auth trusted origin defaults
This commit is contained in:
3
.github/workflows/deploy-den.yml
vendored
3
.github/workflows/deploy-den.yml
vendored
@@ -163,8 +163,7 @@ jobs:
|
||||
candidates: list[str] = []
|
||||
if raw.strip():
|
||||
candidates.extend(raw.split(","))
|
||||
else:
|
||||
candidates.extend(defaults)
|
||||
candidates.extend(defaults)
|
||||
|
||||
seen = set()
|
||||
normalized = []
|
||||
|
||||
Reference in New Issue
Block a user