dev-ops-and-chill

DevOps Postmortem – April 2, 2025

🧨 What Broke

While trying to automatically generate and commit updates to docs/index.html using a .NET console app running in GitHub Actions, the workflow failed at the git push step with:

remote: Permission to Department-of-Vibes-and-Haiku-Warfare/dev-ops-and-chill.git denied to github-actions[bot].
fatal: unable to access 'https://github.com/...': The requested URL returned error: 403

🕵️ Root Causes

Root Causes

🔥 Fix

✅ Lessons Learned

🍺 Takeaway

This was a blood sacrifice to the CI gods, and it has been accepted.


🧠 What We Learned About GPG Signing in CI

🛠 Final Working Workflow Tips

🎯 Takeaway

GPG signing in GitHub Actions is technically possible, but only if you’re willing to lose your entire evening and your faith in humanity.