{"id":15798094,"url":"https://github.com/thomascode92/gha-complete-guide","last_synced_at":"2026-03-03T17:31:22.702Z","repository":{"id":250937836,"uuid":"835844772","full_name":"ThomasCode92/gha-complete-guide","owner":"ThomasCode92","description":"Learn how to build automated CI/CD workflows with GitHubs DevOps service. 🛠️🔄","archived":false,"fork":false,"pushed_at":"2024-08-29T07:18:02.000Z","size":2894,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-21T08:44:54.744Z","etag":null,"topics":["cicd","devops","github-actions","udemy-course"],"latest_commit_sha":null,"homepage":"https://www.udemy.com/course/github-actions-the-complete-guide/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThomasCode92.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"docs/security-permissions.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-30T16:34:58.000Z","updated_at":"2025-03-03T06:41:26.000Z","dependencies_parsed_at":"2024-10-26T07:20:58.507Z","dependency_job_id":"a6b70065-b8fe-408a-9f62-473d9c118c0e","html_url":"https://github.com/ThomasCode92/gha-complete-guide","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.08333333333333337,"last_synced_commit":"c12ab65e7c36481941cdacb5ebce26f6d3441889"},"previous_names":["thomascode92/gha-complete-guide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThomasCode92/gha-complete-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fgha-complete-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fgha-complete-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fgha-complete-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fgha-complete-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThomasCode92","download_url":"https://codeload.github.com/ThomasCode92/gha-complete-guide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThomasCode92%2Fgha-complete-guide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30052466,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-03T15:26:47.567Z","status":"ssl_error","status_checked_at":"2026-03-03T15:26:17.132Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cicd","devops","github-actions","udemy-course"],"created_at":"2024-10-05T00:23:33.225Z","updated_at":"2026-03-03T17:31:22.664Z","avatar_url":"https://github.com/ThomasCode92.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Actions - The Complete Guide\n\nLearn how to build automated CI/CD workflows with GitHub's DevOps service. 🛠️🔄\n\n**About this Repository**\u003cbr /\u003e\n🌐 Dive into [GitHub Actions](https://github.com/features/actions) with this _[Complete Guide](https://www.udemy.com/course/github-actions-the-complete-guide/)_.\u003cbr /\u003e\n🔄 Automate both code- \u0026 and project-based task and run workflows triggered by a wide variety of events.\u003cbr /\u003e\n💻 Develop powerful CI/CD workflows that include runtime configuration, security, and conditional execution.\u003cbr /\u003e\n🔒 Discover best practices for securing _GitHub Action_ workflows.\u003cbr /\u003e\n🛠️ Create custom actions or utilize public community solutions.\u003cbr /\u003e\n🚀 Dive into developing, deploying, and scaling applications with efficient automation!\n\n## GitHub Actions \u0026 CI/CD\n\nGitHub Actions is a _Workflow Automation_ service offered by GitHub. It Automates all kinds of repository-related processes and actions.\n\n- Code Deployment (CI/CD) - Automate code testing, building \u0026 deployment\n- Code \u0026 Repository Management - Automate code reviews, issue management etc.\n\n**What's CI/ CD**\u003cbr /\u003e\nCI/CD are methods for automating app development and deployment\n\n- Continuous Integration - Code changes are automatically built, tested \u0026 merged with existing code\n- Continuous Delivery - After integration, new app or package versions are published automatically\n\n![ci/cd_workflow](./docs/images/cicd.excalidraw.png)\n\n## Comprehensive Guide to GitHub Actions\n\n| Topic                           | Description                             | Reference                                              |\n| ------------------------------- | --------------------------------------- | ------------------------------------------------------ |\n| GitHub Actions: Fundamentals    | Key Building Blocks \u0026 Usage             | [Documentation Link](./docs/basics.md)                 |\n| Events: A Closer Look           | Diving Deeper Into Workflow Triggers    | [Documentation Link](./docs/events.md)                 |\n| Job Data \u0026 Outputs              | It’s All About Data!                    | [Documentation Link](./docs/artifacts-outputs.md)      |\n| Environment Variables \u0026 Secrets | Hardcoding Is Not (Often) The Solution  | [Documentation Link](./docs/env-variables-secrets.md)  |\n| Controlling Execution Flow      | Beyond Step-By-Step Flows               | [Documentation Link](./docs/workflow-job-execution.md) |\n| Using Containers                | Utilizing Docker Containers             | [Documentation Link](./docs/docker-containers.md)      |\n| Building Custom Actions         | Beyond Shell Commands \u0026 The Marketplace | [Documentation Link](./docs/custom-actions.md)         |\n| Permissions \u0026 Security          | Keep Things Secure                      | [Documentation Link](./docs/security-permissions.md)   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomascode92%2Fgha-complete-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomascode92%2Fgha-complete-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomascode92%2Fgha-complete-guide/lists"}