Skip to content

Commit

Permalink
docs: add pat scope details
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Jul 21, 2022
1 parent 5edfa5b commit 22ceabb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This is useful if you `docker push` your images to Docker Hub. It provides an ea
| Name | Description | Default |
| --- | --- | --- |
| `username` | (**required**) Docker Hub username. If updating a Docker Hub repository belonging to an organization, this user must have `Admin` permissions for the repository. | |
| `password` | (**required**) Docker Hub password or [Personal Access Token](https://docs.docker.com/docker-hub/access-tokens/). | |
| `password` | (**required**) Docker Hub password or [Personal Access Token](https://docs.docker.com/docker-hub/access-tokens/) with `read/write/delete` scope. | |
| `repository` | Docker Hub repository in the format `<namespace>/<name>`. | `github.repository` |
| `short-description` | Docker Hub repository short description. Input exceeding 100 characters will be truncated. | |
| `readme-filepath` | Path to the repository readme. | `./README.md` |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ inputs:
description: Docker Hub username
required: true
password:
description: Docker Hub password or Personal Access Token
description: Docker Hub password or Personal Access Token with read/write/delete scope
required: true
repository:
description: >
Expand Down

0 comments on commit 22ceabb

Please sign in to comment.