Github Actions - Showing a result of a build action as a Twitch overlay

Опубликовано: 07 Май 2025
на канале: Lyrad Digital
145
3

Hey guys.

This is a video recording I did a while ago. It shows how I have configured a github workflow to watch for the results of another github workflow, and when it receives the results, sends it to a node application that I have written. This node application then talks to a React.js application I have built as well communicating the result.

In the case of this video I have used a simple github CI/CD (Continuous Integration / Continuous Delivery) workflow to test my github actions example against. I did this so I could bring more of a devops experience to Twitch.

From the Twitch side I have added the page url of my React.js application into Stream labs as a browser plugin, so that it's shown on Twitch.

If you want to know how I did this, please leave a comment and and like on the video. If I get 100 likes on the video I will follow this up by making a technical video on exactly how to do this step by step.