Skip to content

Commit da0b60b

Browse files
authored
[refactor] add with error tracking write scope to readme
1 parent c5064ca commit da0b60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See the PostHog documentation for end-to-end guidance: [Upload source maps](http
1515
| ----------- | ------------ | --------------------------------------------------------------------------------------------------------------------------------------------- |
1616
| `directory` | Yes | Directory containing built assets (e.g., `dist`) |
1717
| `env-id` | Yes | PostHog environment ID. See [environment settings](https://app.posthog.com/settings/environment#variables) |
18-
| `cli-token` | Yes | PostHog CLI token. See [API key settings](https://app.posthog.com/settings/user-api-keys#variables) |
18+
| `cli-token` | Yes | PostHog CLI token with error tracking write scope. See [API key settings](https://app.posthog.com/settings/user-api-keys#variables) |
1919
| `project` | No | Project identifier. If not provided, the action tries to read the Git repository name. If it cannot determine a value, the action fails |
2020
| `version` | No | Release/version (e.g., commit SHA). If not provided, the action uses the current commit SHA. If it cannot determine a value, the action fails |
2121
| `host` | No | PostHog host URL. If you use the US cloud, you don't need to set this. For the EU cloud, set `https://eu.posthog.com` |

0 commit comments

Comments
 (0)