Fix typo of authentication document (#4717)

#### What type of PR is this?

/kind documentation

#### What this PR does / why we need it:

Correct `metadata.annotations.security.halo.run/access-token` into `security.halo.run/access-token`.

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/4746/head
John Niang 2023-10-12 05:00:39 -05:00 committed by GitHub
parent 9e33a81e2d
commit 493c599eaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ curl -u admin:admin -X 'POST' \
| 属性路径 | 描述 |
|-----------------------------------------------------|----------------------------------------------|
| metadata.annotations.security.halo.run/access-token | 生成好的 PAT。需要注意的是这个 PAT 不会保存在数据库中,所以仅有一次保存机会。 |
| security.halo.run/access-token | 生成好的 PAT。需要注意的是这个 PAT 不会保存在数据库中,所以仅有一次保存机会。 |
#### 使用 PAT