1 changed files with 11 additions and 0 deletions
@ -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__' |
|||
|
|||
Loading…
Reference in new issue