I'm looking for a way, if existing, of linking Tekton tasks running in Kubernetes cluster to GitHub steps, so that I can mark required steps in GitHub and allow
I'm looking for a way, if existing, of linking Tekton tasks running in Kubernetes cluster to GitHub steps, so that I can mark required steps in GitHub and allow
I am reading the tekton docs on authentication it explains that two things are needed to do authentication Create a secret docs give example below apiVersion: v
I have a pipeline with following tasks. - name: A taskRef: name: buildah-secondary-tag-task runAfter: - maven-prepare-package