From 90a42565f275c15f6455ee117c44b0b07dacbae8 Mon Sep 17 00:00:00 2001 From: Alex Kulikovskikh Date: Wed, 6 Oct 2021 23:03:43 -0400 Subject: [PATCH] docs: fix typo in README & grammar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 618586b..f9ce84f 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ with: role: github-action ``` -**Notice:** For Github provided OIDC token to work workflow should have `id-token: write` & `contents: read` specified in the `permissions` section of a workflow +**Notice:** For Github provided OIDC token to work, the workflow should have `id-token: write` & `contents: read` specified in the `permissions` section of the workflow ```yaml ... @@ -106,7 +106,7 @@ permissions: ... ``` -- **jwt**: you must provide a `role` parameter, additionally you can pass `jwtPrivateKey`, `jwtKeyPassword`, & `jwtTtl` parameters. +- **jwt**: you must provide a `role` & `jwtPrivateKey` parameters, additionally you can pass `jwtKeyPassword` & `jwtTtl` parameters ```yaml ...