From 843e7fa30ad6b1b5c330f2bf0cade9c224a8ef44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Ven=C3=A4l=C3=A4inen?= <38143731+joonvena@users.noreply.github.com> Date: Mon, 4 Apr 2022 12:11:40 +0300 Subject: [PATCH] fix(docs): Fix bound_audience example url in Github OIDC Token section (#302) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cfbf3f..25cecfe 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Configure a [Vault role](https://www.vaultproject.io/api/auth/jwt#create-role) f - `role_type`: `jwt` -- `bound_audiences`: `"http//github.com/"`. Update this parameter if +- `bound_audiences`: `"https://github.com/"`. Update this parameter if you change the `aud` claim in the GitHub OIDC token via the `jwtGithubAudience` parameter in the action config.