Automating Terraform provider upgrades with GitHub Agentic Workflows

Terraform provider upgrades often turn into a manual research exercise. You check the registry, read changelogs, scan the codebase for deprecated resources, update the provider version, add moved blocks, run a plan, and hope nothing breaks. Using GitHub Agentic Workflows, a Terraform MCP server, and reusable agents and skills, much of that preparation can be … Read more

Why You Should Use GitHub Agentic Workflows

In my a previous blog post, I shared my early experience getting started with GitHub Agentic Workflows. I’ve known about GitHub Agentic Workflows for a few months, after spending more time using them, what stands out isn’t just the AI capability – it’s the operating model: You keep the reliability and visibility of Actions, while … Read more

Building Better Azure Terraform Modules with GitHub Copilot Agents and Skills

If you’ve ever tried to put together a “simple” Terraform module for Azure, you’ll know it rarely stays simple. You start with a couple of resources. Then someone asks for tags. Naming has to follow Azure CAF. Security defaults need tweaking. Monitoring gets bolted on late. By the time you open a pull request, the … Read more

GitHub Universe 2025: A Front-Row Seat to the Future of Coding

I had the chance to attend GitHub Universe in San Francisco, and wow – what a week. Between the keynote energy, hands-on demos, and meeting the people behind the tools we use every day. In this post, I’ll take you through some of the most exciting highlights, share my take on what they mean for … Read more

Step‑by‑Step: Checking Out a Private Repository in GitHub Actions

Learn how to check out a custom repo and branch in GitHub Actions with this step-by-step guide