Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions content/manuals/admin/organization/activity-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@

### Repository events

> [!NOTE]
>
> Event descriptions that include a user action can refer to a Docker username, personal access token (PAT) or organization access token (OAT). For example, if a user pushes a tag to a repository, the event would include the description: `<user-access-token> pushed the tag <tag-name> to the <repository-name> repository".

Check warning on line 77 in content/manuals/admin/organization/activity-logs.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Acronyms] 'PAT' has no definition. Raw Output: {"message": "[Docker.Acronyms] 'PAT' has no definition.", "location": {"path": "content/manuals/admin/organization/activity-logs.md", "range": {"start": {"line": 77, "column": 104}}}, "severity": "WARNING"}

Check warning on line 77 in content/manuals/admin/organization/activity-logs.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.Acronyms] 'OAT' has no definition. Raw Output: {"message": "[Docker.Acronyms] 'OAT' has no definition.", "location": {"path": "content/manuals/admin/organization/activity-logs.md", "range": {"start": {"line": 77, "column": 139}}}, "severity": "WARNING"}
| Event | Description |
|:------------------------------------------------------------------|:------------------------------------------------|
| Repository Created | Activities related to the creation of a new repository |
Expand Down