github action SE Radio 567: Dave Cross on GitHub Actions By se-radio.net Published On :: Tue, 06 Jun 2023 23:05:00 +0000 Dave Cross, owner of Magnum Solutions and author of GitHub Actions Essentials (Clapham Technical Press), speaks with SE Radio host Gavin Henry about GitHub actions, the value they provide, and the best practices for using them in your projects. Cross describes the vast range of things that developers can do with GitHub Actions, including some use cases you might never have thought about. They start with some general discussion of CI/CD and then consider the three main types of events that drive GitHub actions before digging in to details about fine-grained action events, Action Marketplace, contexts, yaml, docker base images, self-hosted runners, and more. They further explore identity management, permissions, dependency management, saving money, and how to keep your secrets secret. Full Article
github action Scheduling Jekyll posts with Netlify and GitHub Actions By feedproxy.google.com Published On :: Tue, 01 Oct 2019 00:00:00 +0000 Last year, I wrote about how to schedule Jekyll posts using Netlify and AWS Lambda[^1]. I used that approach from the moment I wrote that blog post up until today. What changed? In the past year, GitHub has introduced GitHub Actions[^2], a way to run container jobs triggered by different GitHub events. One of those... Full Article Netlify Static Site GitHub GitHub Action Jekyll Programming