File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,12 @@ In your bosh deployment manifest, add to the `groundcrew.additional_resource_typ
22
22
23
23
* `access_token`: *Required.* An access token with `repo:status` access.
24
24
25
+ * `uri`: *Optional.* The URI to the github repo. By default, it assumes
26
+ https://github.com/`repo`.
27
+
25
28
* `base_url`: *Optional* The base URL for the Concourse deployment, used for
26
- linking to builds. If not present, no link is provided on the Github pull
27
- request .
29
+ linking to builds. On newer versions of Concourse ( >= v0.71.0) , the resource will
30
+ automatically sets the URL .
28
31
29
32
* `private_key`: *Optional.* Private key to use when pulling/pushing.
30
33
Example :
@@ -36,6 +39,7 @@ In your bosh deployment manifest, add to the `groundcrew.additional_resource_typ
36
39
DWiJL+OFeg9kawcUL6hQ8JeXPhlImG6RTUffma9+iGQyyBMCGd1l
37
40
-----END RSA PRIVATE KEY-----
38
41
` ` `
42
+
39
43
* `api_endpoint`: *Optional.* If the repository is located on a GitHub Enterprise
40
44
instance you need to specify the base api endpoint (e.g. "https://\<hostname\>/api/v3/").
41
45
You can’t perform that action at this time.
0 commit comments