fix(github_actions): remove github_username parameter from provider instantiation

This commit is contained in:
Andoni A.
2025-11-06 19:09:45 +01:00
parent 3fdeb1120d
commit 4674b839b1
-1
View File
@@ -248,7 +248,6 @@ class Provider(ABC):
exclude_workflows=getattr(arguments, "exclude_workflows", []),
config_path=getattr(arguments, "config_file", None),
fixer_config=fixer_config,
github_username=getattr(arguments, "github_username", None),
personal_access_token=getattr(
arguments, "personal_access_token", None
),