Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add callout to clarify 'Access token' in activity logs #21730

Merged
Merged
Changes from 3 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"}
sarahsanders-docker marked this conversation as resolved.
Show resolved Hide resolved

| Event | Description |
|:------------------------------------------------------------------|:------------------------------------------------|
| Repository Created | Activities related to the creation of a new repository |
Expand Down