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
# 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`.
57
57
# See https://docs.github.com/en/packages/learn-github-packages/about-permissions-for-github-packages#about-scopes-and-permissions-for-package-registries.
| **`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 }}` |
74
74
| | 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