You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: actions/docker/prune-pull-requests-image-tags/action.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ inputs:
25
25
default: "^pr-([0-9]+)(?:-|$)"
26
26
github-token:
27
27
description: |
28
-
GitHub token with the packages:read and packages:delete scopes.
28
+
GitHub token with the folowing scopes: `pull-requests:read`, `packages:read` and `packages:delete`.
29
29
See https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries.
0 commit comments