Skip to content

Commit b8f8b10

Browse files
authored
Merge pull request #28 from gmsantos/patch-1
Use US spelling for organization
2 parents 86016a5 + 9c40dd2 commit b8f8b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ git commit -m "Added release automation"
1919
```
2020

2121
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:
2323

2424
* `GIT_AUTHOR_NAME` - full name of the author of your releases: can be the name of a bot account.
2525
* `GIT_AUTHOR_EMAIL` - email address of the author of your releases: can be an email address of a bot account.
2626
* `SIGNING_SECRET_KEY` - a **password-less** private GPG key in ASCII format, to be used for signing your releases:
2727
please use a dedicated GPG subkey for this purpose. Unsigned releases are not supported, and won't be supported.
2828
* `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),
2929
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).
3131
This is required for the `laminas:automatic-releases:switch-default-branch-to-next-minor`
3232
command, because [changing default branch of a repository currently requires administrative token rights](https://developer.github.com/v3/repos/#update-a-repository).
3333
You can generate a token from your [personal access tokens page](https://github.com/settings/tokens/new).

0 commit comments

Comments
 (0)