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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,11 +56,11 @@ automated tests.
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 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.
64
64
65
65
Notes:
66
66
- If `v3_endpoint` is set, `v4_endpoint` must also be set (and the other way around).
0 commit comments