mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
fix(github_actions): remove github_username parameter from provider instantiation
This commit is contained in:
@@ -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
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user