diff --git a/hacking/github-auth/secret.yaml b/hacking/github-auth/secret.yaml new file mode 100644 index 0000000..0a84284 --- /dev/null +++ b/hacking/github-auth/secret.yaml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: Secret +metadata: + name: github-authentication + annotations: + tekton.dev/git-0: https://github.com +type: kubernetes.io/basic-auth +stringData: + username: nmasse-itix + password: '__GITHUB_TOKEN__' +