GitHub Actions GitHub Actions is a CI/CD platform integrated directly into GitHub repositories. Developers use it to automate software workflows, like building, testing, and deploying code, directly from their GitHub account. It's used by individual developers and large organizations alike. Official docs: https://docs.github.com/en/actions GitHub Actions Overview - Workflow Runs - Jobs - Steps - Artifacts Use action names and parameters as needed. Working with GitHub Actions This skill uses the Membrane CLI to interact with GitHub Actions. Membrane handles authentication and credentials refre…