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
Then add following [secrets](https://docs.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets)
22
-
to your project or organisation:
22
+
to your project or organization:
23
23
24
24
*`GIT_AUTHOR_NAME` - full name of the author of your releases: can be the name of a bot account.
25
25
*`GIT_AUTHOR_EMAIL` - email address of the author of your releases: can be an email address of a bot account.
26
26
*`SIGNING_SECRET_KEY` - a **password-less** private GPG key in ASCII format, to be used for signing your releases:
27
27
please use a dedicated GPG subkey for this purpose. Unsigned releases are not supported, and won't be supported.
28
28
*`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),
29
29
then you have to provide a `ORGANIZATION_ADMIN_TOKEN`, which is a github token with administrative rights over
30
-
your organisation (issued by a user that has administrative rights over your project).
30
+
your organization (issued by a user that has administrative rights over your project).
31
31
This is required for the `laminas:automatic-releases:switch-default-branch-to-next-minor`
32
32
command, because [changing default branch of a repository currently requires administrative token rights](https://developer.github.com/v3/repos/#update-a-repository).
33
33
You can generate a token from your [personal access tokens page](https://github.com/settings/tokens/new).
0 commit comments