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: docs/content/docs/install/gitlab.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
@@ -30,7 +30,7 @@ There are two ways to create the `Repository` and configure the webhook:
30
30
* Use the [`tkn pac create repo`](/docs/guide/cli) command to
31
31
configure a webhook and create the `Repository` CR.
32
32
33
-
You need to have a personal access token created with `admin:repo_hook` scope. `tkn pac` will use this token to configure the webhook, and add it in a secret
33
+
You need to have a personal access token created with `api` scope. `tkn pac` will use this token to configure the webhook, and add it in a secret
34
34
in the cluster which will be used by Pipelines-As-Code controller for accessing the `Repository`.
35
35
36
36
Below is the sample format for `tkn pac create repo`
0 commit comments