Fix key name
All checks were successful
Push image to registry / build-image (push) Successful in 4m15s

This commit is contained in:
2025-08-14 12:55:14 +02:00
parent ca123113c2
commit 5fa01615ff

View File

@@ -290,7 +290,7 @@ class InstagramRepostJob extends InstagramAbstractJob implements ShouldBeUniqueU
$this->jobRun,
$reel->getUrl(),
$this->downloadFolder,
$this->jobInfos->get("instagram_repost_account_email"),
$this->jobInfos->get("instagram_repost_account_username"),
$this->jobInfos->get("instagram_repost_account_password")
);