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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ to your project or organization:
29
29
-`SIGNING_SECRET_KEY` - a **password-less** private GPG key in ASCII format, to be used for signing your releases:
30
30
please use a dedicated GPG subkey for this purpose. Unsigned releases are not supported, and won't be supported.
31
31
-`ORGANIZATION_ADMIN_TOKEN` - if you use the file from [`examples/.github/workflows/release-on-milestone-closed.yml`](examples/.github/workflows/release-on-milestone-closed.yml),
32
-
then you have to provide a `ORGANIZATION_ADMIN_TOKEN`, which is a github token with administrative rights over
33
-
your organization (issued by a user that has administrative rights over your project).
32
+
then you have to provide a `ORGANIZATION_ADMIN_TOKEN` (with a full repo scope), which is a github token with
33
+
administrative rights over your organization (issued by a user that has administrative rights over your project).
34
34
This is required for the `laminas:automatic-releases:switch-default-branch-to-next-minor`
35
35
command, because [changing default branch of a repository currently requires administrative token rights](https://developer.github.com/v3/repos/#update-a-repository).
36
36
You can generate a token from your [personal access tokens page](https://github.com/settings/tokens/new).
0 commit comments