# pw workflows permissions ls

> Source: https://parallelworks.com/docs/cli/pw/workflows/permissions/ls

## pw workflows permissions ls

List the GitHub repositories you have trusted

```
pw workflows permissions ls [flags]
```

### Examples

```
  # List trusted repositories
  pw workflows permissions ls
  
  # Output as JSON
  pw workflows permissions ls -o json
```

### Options

```
  -h, --help            help for ls
  -o, --output string   Output format (interactive, json) (default "interactive")
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Overrides PW_PLATFORM_HOST environment variable and the current context's server.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw workflows permissions](/docs/cli/pw/workflows/permissions)	 - Review and revoke the account variables you granted GitHub workflows
