You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
223 B
11 lines
223 B
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__'
|
|
|
|
|