@@ -2,7 +2,8 @@ apiVersion: v1
kind: Secret
metadata:
name: github-access
+ namespace: argo-events
type: Opaque
data:
- access: ZGY2MDNlZmI0Mjc3ZTdhNzhjNjdhMTM5YWViNmM4ZjdlZThkMWNjZA==
- token: dXVURTI3R2h3cUJpS1FHQk9tVQ==
+ token: ZGY2MDNlZmI0Mjc3ZTdhNzhjNjdhMTM5YWViNmM4ZjdlZThkMWNjZA==
+ secret: dXVURTI3R2h3cUJpS1FHQk9tVQ==
@@ -3,6 +3,7 @@ apiVersion: argoproj.io/v1alpha1
kind: EventSource
name: github-event-source
spec:
type: github
github:
@@ -2,6 +2,7 @@ apiVersion: argoproj.io/v1alpha1
kind: Sensor
name: github
template:
serviceAccountName: argo-events-sa