Skip to content

Commit fd3b3f5

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ce170ef commit fd3b3f5

File tree

1 file changed

+3
-3
lines changed
  • actions/docker/prune-pull-requests-image-tags

1 file changed

+3
-3
lines changed

actions/docker/prune-pull-requests-image-tags/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ permissions:
4444
## Usage
4545
4646
```yaml
47-
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@4f29319e02dd65152386c436e8c3136f380a0e71 # 0.28.0
47+
- uses: hoverkraft-tech/ci-github-container/actions/docker/prune-pull-requests-image-tags@6b0d5ca498b7a533b43e1f2e8d988678d164a429 # 0.29.1
4848
with:
4949
# Image name
5050
image: ""
@@ -53,7 +53,7 @@ permissions:
5353
# Default: `^pr-([0-9]+)(?:-|$)`
5454
pull-request-tag-filter: ^pr-([0-9]+)(?:-|$)
5555

56-
# GitHub token with the packages:read and packages:delete scopes.
56+
# GitHub token with the folowing scopes: `pull-requests:read`, `packages:read` and `packages:delete`.
5757
# See https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries.
5858
#
5959
# Default: `${{ github.token }}`
@@ -70,7 +70,7 @@ permissions:
7070
| ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------ | ----------------------- |
7171
| **`image`** | Image name | **false** | - |
7272
| **`pull-request-tag-filter`** | The regular expression to match pull request tags. Must have a capture group for the pull request number. | **false** | `^pr-([0-9]+)(?:-\|$)` |
73-
| **`github-token`** | GitHub token with the packages:read and packages:delete scopes. | **false** | `$\{\{ github.token }}` |
73+
| **`github-token`** | GitHub token with the folowing scopes: `pull-requests:read`, `packages:read` and `packages:delete`. | **false** | `$\{\{ github.token }}` |
7474
| | See <https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries>. | | |
7575

7676
<!-- inputs:end -->

0 commit comments

Comments
 (0)