# pw workflows permissions revoke

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

## pw workflows permissions revoke

Revoke the access you granted a GitHub repository

```
pw workflows permissions revoke <owner/repo> [flags]
```

### Examples

```
  # Revoke a repository's access
  pw workflows permissions revoke parallelworks/my-workflow
```

### Options

```
  -h, --help   help for revoke
```

### 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
