dholler@t14gen4:~/work/gitlab.com$ export KUBECONFIG=/home/dholler/clusters/current/auth/kubeconfig dholler@t14gen4:~/work/gitlab.com$ git clone git@gitlab.com:dominikholler/tektontesk.git Cloning into 'tektontesk'... The authenticity of host 'gitlab.com (2606:4700:90:0:f22e:fbec:5bed:a9b9)' can't be established. ED25519 key fingerprint is SHA256:eUXGGm1YGsMAS7vkcx6JOJdOGHPem5gQp4taiCfCLB8. This key is not known by any other names. Are you sure you want to continue connecting (yes/no/[fingerprint])? yes Warning: Permanently added 'gitlab.com' (ED25519) to the list of known hosts. git@gitlab.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. dholler@t14gen4:~/work/gitlab.com$ cd tektontesk bash: cd: tektontesk: No such file or directory dholler@t14gen4:~/work/gitlab.com$ git clone git@gitlab.com:dominikholler/tektontesk.git Cloning into 'tektontesk'... warning: You appear to have cloned an empty repository. dholler@t14gen4:~/work/gitlab.com$ cd tektontesk dholler@t14gen4:~/work/gitlab.com/tektontesk$ git switch --create main Switched to a new branch 'main' dholler@t14gen4:~/work/gitlab.com/tektontesk$ tkn-pac create repo ? Enter the Git repository url : https://gitlab.com/dominikholler/tektontesk ? Please enter the namespace where the pipeline should run (default: default): ✓ Repository dominikholler-tektontesk has been created in default namespace ✓ Setting up GitLab Webhook for Repository https://gitlab.com/dominikholler/tektontesk ? Please enter the project ID for the repository you want to be configured, project ID refers to an unique ID (e.g. 34405323) shown at the top of your GitLab project : 62759486 👀 I have detected a controller url: https://pipelines-as-code-controller-openshift-pipelines.apps.dholler.cnv.azure.devcluster.openshift.com ? Do you want me to use it? Yes ? Please enter the secret to configure the webhook for payload validation (default: qipBWsjikxqi): qipBWsjikxqi ℹ ️You now need to create a GitLab personal access token with `api` scope ℹ ️Go to this URL to generate one https://gitlab.com/-/profile/personal_access_tokens, see https://is.gd/rOEo9B for documentation ? Please enter the GitLab access token: ************************** ? Please enter your GitLab API URL: https://gitlab.com ✓ Webhook has been created on your repository 🔑 Webhook Secret dominikholler-tektontesk has been created in the default namespace. 🔑 Repository CR dominikholler-tektontesk has been updated with webhook secret in the default namespace ℹ Directory .tekton has been created. ✓ A basic template has been created in .tekton/pipelinerun.yaml, feel free to customize it. ℹ You can test your pipeline by pushing the generated template to your git repository dholler@t14gen4:~/work/gitlab.com/tektontesk$ ls .tekton/ pipelinerun.yaml dholler@t14gen4:~/work/gitlab.com/tektontesk$ git add .tekton/ dholler@t14gen4:~/work/gitlab.com/tektontesk$ git commit -m "initial commit" [main (root-commit) 69a0d88] initial commit 1 file changed, 89 insertions(+) create mode 100644 .tekton/pipelinerun.yaml dholler@t14gen4:~/work/gitlab.com/tektontesk$ git push --set-upstream origin main Enumerating objects: 4, done. Counting objects: 100% (4/4), done. Delta compression using up to 12 threads Compressing objects: 100% (2/2), done. Writing objects: 100% (4/4), 1.24 KiB | 1.24 MiB/s, done. Total 4 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0) To gitlab.com:dominikholler/tektontesk.git * [new branch] main -> main branch 'main' set up to track 'origin/main'. dholler@t14gen4:~/work/gitlab.com/tektontesk$ tkn-pac version 0.28.0 dholler@t14gen4:~/work/gitlab.com/tektontesk$