> ## Documentation Index
> Fetch the complete documentation index at: https://bloodhound.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# GH_CanReadSecret

> Org role can read an organization secret by creating a repository in scope

<img noZoom src="https://mintcdn.com/specterops/tTIczgde9H07oLXf/assets/enterprise-AND-community-edition-pill-tag.svg?fit=max&auto=format&n=tTIczgde9H07oLXf&q=85&s=ad49a576589f4d2a8081df77d07fdf56" alt="Applies to BloodHound Enterprise and CE" width="482" height="45" data-path="assets/enterprise-AND-community-edition-pill-tag.svg" />

## Edge Schema

* Traversable: ✅

| Start                                                        | Kind              | End                                                              |
| ------------------------------------------------------------ | ----------------- | ---------------------------------------------------------------- |
| [GH\_OrgRole](/opengraph/extensions/github/nodes/gh_orgrole) | GH\_CanReadSecret | [GH\_OrgSecret](/opengraph/extensions/github/nodes/gh_orgsecret) |

```mermaid theme={null}
flowchart LR
    GH_OrgRole["GH_OrgRole"]
    GH_OrgSecret["GH_OrgSecret"]
    GH_OrgRole -- GH_CanReadSecret --> GH_OrgSecret
```

## General Information

Org role can read an organization secret by creating a repository in scope.

## Edge Schema

| Source                                                       | Destination                                                      | Traversable |
| ------------------------------------------------------------ | ---------------------------------------------------------------- | ----------- |
| [GH\_OrgRole](/opengraph/extensions/github/nodes/gh_orgrole) | [GH\_OrgSecret](/opengraph/extensions/github/nodes/gh_orgsecret) | `true`      |

## Diagram

```mermaid theme={null}
graph LR
    n0["GH_OrgRole"]
    n1["GH_OrgSecret"]
    n0 -->|GH_CanReadSecret| n1
```
