Skip to content

Commit 78ebc01

Browse files
author
Scott Schulthess
committed
punctuation
1 parent 3eb780e commit 78ebc01

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ automated tests.
5656
| `labels` | No | `["bug", "enhancement"]` | The labels on the PR. The pipeline will only trigger on pull requests having at least one of the specified labels. |
5757
| `disable_git_lfs` | No | `true` | Disable Git LFS, skipping an attempt to convert pointers of files tracked into their corresponding objects when checked out into a working copy. |
5858
| `states` | No | `["OPEN", "MERGED"]` | The PR states to select (`OPEN`, `MERGED` or `CLOSED`). The pipeline will only trigger on pull requests matching one of the specified states. Default is ["OPEN"]. |
59-
| `use_github_app` | No | `false` | Whether to authenticate using a github app or not
60-
| `github_organization` | No | `Vault-tec` | Which Github organization your github app is in
61-
| `private_key` | No | `-----BEGIN RSAetc` | Private key for github app
62-
| `installation_id` | No | `12356` | Installation id for github app
63-
| `application_id` | No | `12356` | Application id for github app
59+
| `use_github_app` | No | `false` | Whether to authenticate using a github app or not.
60+
| `github_organization` | No | `Vault-tec` | Which Github organization your github app is in.
61+
| `private_key` | No | `-----BEGIN RSA...` | Private key for your github app.
62+
| `installation_id` | No | `12356` | Installation id for your github app.
63+
| `application_id` | No | `12356` | Application id for your github app.
6464

6565
Notes:
6666
- If `v3_endpoint` is set, `v4_endpoint` must also be set (and the other way around).

0 commit comments

Comments
 (0)