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

# Skyhook onboard argocd configure access

## skyhook onboard argocd configure-access

Set up GitHub App for ArgoCD repo access

### Synopsis

Create a GitHub App that gives ArgoCD access to your private repositories.

This is different from GitHub OIDC (which connects GitHub Actions to your cloud provider).
ArgoCD needs its own GitHub App to read deployment manifests from your GitOps repo.

This will:

* Create a GitHub App scoped to your organization
* Install it on your GitHub org
* Generate kubectl commands to create the ArgoCD credentials secret

```
skyhook onboard argocd configure-access [flags]
```

### Examples

```
  skyhook onboard argocd configure-access
```

### Options

```
  -h, --help   help for configure-access
```

### Options inherited from parent commands

```
      --debug        Enable debug mode (shows full API requests/responses)
  -o, --org string   Organization name
  -v, --verbose      Enable user-friendly verbose output
```

### SEE ALSO

* [skyhook onboard argocd](/cli-reference/skyhook_onboard_argocd)	 - Set up GitOps with ArgoCD
