You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Visibility of a runner group. Whether the runner group can include `all`, `selected`, or `private` repositories. A value of `private` is not currently supported due to limitations in the GitHub API.
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
3
+
4
+
usingSystem;
5
+
usingSystem.Collections.Generic;
6
+
usingSystem.Collections.Immutable;
7
+
usingSystem.Threading.Tasks;
8
+
usingPulumi.Serialization;
9
+
10
+
namespacePulumi.Github
11
+
{
12
+
publicstaticclassGetActionsOrganizationPublicKey
13
+
{
14
+
/// <summary>
15
+
/// Use this data source to retrieve information about a GitHub Actions Organization public key. This data source is required to be used with other GitHub secrets interactions.
16
+
/// Note that the provider `token` must have admin rights to an organization to retrieve it's action public key.
17
+
///
18
+
/// {{% examples %}}
19
+
/// ## Example Usage
20
+
/// {{% example %}}
21
+
///
22
+
/// ```csharp
23
+
/// using System.Collections.Generic;
24
+
/// using Pulumi;
25
+
/// using Github = Pulumi.Github;
26
+
///
27
+
/// return await Deployment.RunAsync(() =>
28
+
/// {
29
+
/// var example = Github.GetActionsOrganizationPublicKey.Invoke();
/// Use this data source to retrieve information about a GitHub Dependabot Organization public key. This data source is required to be used with other GitHub secrets interactions.
16
+
/// Note that the provider `token` must have admin rights to an organization to retrieve it's Dependabot public key.
17
+
///
18
+
/// {{% examples %}}
19
+
/// ## Example Usage
20
+
/// {{% example %}}
21
+
///
22
+
/// ```csharp
23
+
/// using System.Collections.Generic;
24
+
/// using Pulumi;
25
+
/// using Github = Pulumi.Github;
26
+
///
27
+
/// return await Deployment.RunAsync(() =>
28
+
/// {
29
+
/// var example = Github.GetDependabotOrganizationPublicKey.Invoke();
0 commit comments