mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 13:45:12 +00:00
[feat]: Adding repository variables
This commit is contained in:
@@ -19,5 +19,13 @@ namespace Octokit.Reactive
|
||||
/// See the <a href="https://docs.github.com/en/rest/reference/actions">Deployments API documentation</a> for more details
|
||||
/// </remarks>
|
||||
IObservableRepositorySecretsClient Secrets { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Client for GitHub's Repository Actions API
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// See the <a href="https://docs.github.com/en/rest/reference/actions">Deployments API documentation</a> for more details
|
||||
/// </remarks>
|
||||
IObservableRepositoryVariablesClient Variables { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user