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:
parent
72174f6615
commit
eee843b5dd
1 changed files with 2 additions and 2 deletions
|
|
@ -73,10 +73,10 @@ with:
|
|||
- **github**: you must provide the github token as `githubToken`
|
||||
|
||||
**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
|
||||
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
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue