lightning-talks: add CUE GitHub Actions lightning talk

Change-Id: I2c71cd309c3f443071239eeef89b7ba9f915c8fa
diff --git a/lightning-talks/gerrithub-and-github-actions.md b/lightning-talks/gerrithub-and-github-actions.md
new file mode 100644
index 0000000..f161f52
--- /dev/null
+++ b/lightning-talks/gerrithub-and-github-actions.md
@@ -0,0 +1,10 @@
+# Using GitHub Actions with GerritHub
+
+In this session we demonstrate how the [CUE](https://cuelang.org/) project uses
+GerritHub in combination with GitHub Actions for Continuous Integration and
+regression testing. Following a live demo, we explain the overall architecture
+of the setup, introduce the open source command line tooling that drives the
+process, and show how we use CUE to manage our GitHub Actions workflow
+configurations instead of Yaml.
+
+*[Paul Jolly, CUE](../speakers.md#myitcv)*
diff --git a/speakers.md b/speakers.md
index 9e448e5..6cb4c92 100644
--- a/speakers.md
+++ b/speakers.md
@@ -23,3 +23,13 @@
 He has extensive experience in working on backend systems, on-premise and
 cloud-based, with different programming languages, such as Scala, Java, NodeJS
 and related ecosystems.
+
+### Paul Jolly - CUE {#myitcv}
+
+[Twitter](https://twitter.com/_myitcv)
+
+Paul is a core contributor on the [CUE](https://cuelang.org/) project. He
+co-created [play-with-go.dev](https://play-with-go.dev), co-founded the [Go
+Tools Working Group](https://github.com/golang/go/wiki/golang-tools), is a
+regular contributor to the [Go](https://golang.org) project, and helps maintain
+various Go and CUE-based open source projects.