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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,8 @@ Bindplane requires a license. You can request a free license [here](https://obse
28
28
| token || The Github token that will be used to read and write to the repo. Usually secrets.GITHUB_TOKEN is sufficient. Requires the `contents.write` permission. Alternatively, you can set `github_url`, which should contain your access token. |
29
29
| enable_auto_rollout |`false`| When enabled, the action will trigger a rollout for any configuration that has been updated. |
30
30
| tls_ca_cert || The contents of a TLS certificate authority, usually from a secret. See the [TLS](#tls) section. |
31
-
| github_url || Optional URL to use when cloning the repository. Should be of the form `"https://{GITHUB_ACTOR}:{TOKEN}@{GITHUB_HOST}/{GITHUB_REPOSITORY}.git`. When set, `token` will not be used. |
31
+
| github_url || Optional URL to use when cloning the repository. Should be of the form `"https://{GITHUB_ACTOR}:{TOKEN}@{GITHUB_HOST}/{GITHUB_REPOSITORY}.git". When set, `token` will not be used. |
32
+
| user_agent |`bindplane-op-action`| The user agent string to use when making requests to BindPlane. |
0 commit comments