Skip to content

Commit

Permalink
fix: disable cspell for CLI output containing token string
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanoltman committed Nov 13, 2024
1 parent 2797eb8 commit b60b6c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/content/docs/ci/_authentication.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ in your CI environment.

The output of this command should look something like:

{/* cSpell:disable */}

```
$ shorebird login:ci
The Shorebird CLI needs your authorization to manage apps, releases, and patches on your behalf.
Expand All @@ -32,6 +34,8 @@ Example:
export SHOREBIRD_TOKEN="$SHOREBIRD_TOKEN" && shorebird patch android
```

{/* cSpell:enable */}

:::caution
The `SHOREBIRD_TOKEN` is a secret and should not be checked in to your source
control or shared publicly.
Expand Down

0 comments on commit b60b6c0

Please sign in to comment.