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
Atm we do have in a note that private instances (i.e. self-hosted
enterprise/private instances) of GitLab are not automatically detected.
However we could make it easier for the developers to grasp what do we
mean, by adding said field (even in a commented out fashion) in the
example
This commit add the url for example and as well make sure we use the
word GitLab instead of gitlab by enforcing a rule with vale.
https://issues.redhat.com/browse/SRVKP-3735
Copy file name to clipboardExpand all lines: docs/content/docs/guide/cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -319,7 +319,7 @@ There is no clean-up of the secret after the run.
319
319
320
320
{{< details "tkn pac webhook add" >}}
321
321
322
-
### Configure and create webhook secret for GitHub, Gitlab and Bitbucket Cloud provider
322
+
### Configure and create webhook secret for GitHub, GitLab and Bitbucket Cloud provider
323
323
324
324
`tkn-pac webhook add [-n namespace]`: Allows you to add new webhook secret for a given provider and update the value of the new webhook secret in the existing `Secret` object used to interact with Pipelines-as-Code
0 commit comments