feat(provider): add repository actions variable resource

Closes #8
This commit is contained in:
Julien Dessaux 2025-05-24 00:03:06 +02:00
parent eb53b28b00
commit c16a38956a
Signed by: adyxax
GPG key ID: F92E51B86E07177E
6 changed files with 243 additions and 0 deletions

View file

@ -77,6 +77,7 @@ func (p *Provider) Configure(ctx context.Context, req provider.ConfigureRequest,
func (p *Provider) Resources(ctx context.Context) []func() resource.Resource {
return []func() resource.Resource{
NewRepositoryActionsSecretResource,
NewRepositoryActionsVariableResource,
}
}