You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,16 +51,16 @@ automated tests.
51
51
|`required_review_approvals`| No |`2`| Disable triggering of the resource if the pull request does not have at least `X` approved review(s). |
52
52
|`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. |
53
53
|`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.|
55
55
|`base_branch`| No |`master`| Name of a branch. The pipeline will only trigger on pull requests against the specified branch. |
56
56
|`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. |
57
57
|`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. |
58
58
|`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.|
0 commit comments