From 86a006858456bd5354a2e8076697d690fa2ed491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 23 Sep 2022 17:29:27 +0200 Subject: [PATCH] add github authentication --- hacking/github-auth/secret.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hacking/github-auth/secret.yaml 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__' +