mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-14 18:13:45 +00:00
docs: fix typo in README & grammar
This commit is contained in:
parent
3a6afdfc5c
commit
90a42565f2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue