5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-14 18:13:45 +00:00

Typo in perm name

This commit is contained in:
Jason O'Donnell 2021-03-25 10:42:20 -04:00
parent 72174f6615
commit eee843b5dd

View file

@ -73,10 +73,10 @@ with:
- **github**: you must provide the github token as `githubToken` - **github**: you must provide the github token as `githubToken`
**Notice: [Vault GitHub authentication](https://www.vaultproject.io/docs/auth/github) **Notice: [Vault GitHub authentication](https://www.vaultproject.io/docs/auth/github)
requires `org:read` permissions for authentication. The auto-generated `GITHUB_TOKEN` requires `read:org` permissions for authentication. The auto-generated `GITHUB_TOKEN`
created for projects does not have these permissions and GitHub does not allow this created for projects does not have these permissions and GitHub does not allow this
token's permissions to be modified. A new GitHub Token secret must be created with token's permissions to be modified. A new GitHub Token secret must be created with
`org:read` permissions to use this authentication method.** `read:org` permissions to use this authentication method.**
```yaml ```yaml
... ...