From eee843b5dd7e74b578f889618fdbce2dabb47b29 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Thu, 25 Mar 2021 10:42:20 -0400 Subject: [PATCH] Typo in perm name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bc55c1..073dc15 100644 --- a/README.md +++ b/README.md @@ -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 ...