Skip to content

Commit 1249e3e

Browse files
author
Scott Schulthess
committed
formatted selection
1 parent 79f07a7 commit 1249e3e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ automated tests.
5151
| `required_review_approvals` | No | `2` | Disable triggering of the resource if the pull request does not have at least `X` approved review(s). |
5252
| `trusted_teams` | No | `["wg-cf-on-k8s-bots"]` | PRs from members of the trusted teams always trigger the resource regardless of the PR approval status. |
5353
| `trusted_users` | No | `["dependabot"]` | PRs from trusted users always trigger the resource regardless of the PR approval status. |
54-
| `git_crypt_key` | No | `AEdJVENSWVBUS0VZAAAAA...` | Base64 encoded git-crypt key. Setting this will unlock / decrypt the repository with git-crypt. To get the key simply execute `git-crypt export-key -- - | base64` in an encrypted repository. |
54+
| `git_crypt_key` | No | `AEdJVENSWVBUS0VZAAAAA...` | Base64 encoded git-crypt key. Setting this will unlock / decrypt the repository with git-crypt. To get the key simply execute `git-crypt export-key -- - | base64` in an encrypted repository. |
5555
| `base_branch` | No | `master` | Name of a branch. The pipeline will only trigger on pull requests against the specified branch. |
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 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.
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

0 commit comments

Comments
 (0)