Token Authentication

This commit is contained in:
2025-04-08 20:41:25 +01:00
parent 894d2238e6
commit 628d6a14ed

View File

@@ -30,6 +30,9 @@ class HetznerService extends ServerProviderService
public function forProvider(Provider $provider): static
{
$this->provider = $provider;
$this->connector = $this->connector->withTokenAuth(
$provider->token,
);
return $this;
}