🔰 Part 1 — Create Your First GitHub Actions Pipeline


🔹 Stage 0 — Create a Repository (3 min)

Instructions

  1. Open GitHub.

  2. Click the + icon in the top-right corner.

  3. Select:

    New repository
    
  4. Repository name:

    my-first-pipeline
    
  5. Set visibility to:

    Private
    
  6. Enable:

    Add a README file
    
  7. Click:

    Create repository
    

⚠️ Notice:

Any repository containing workflows should always be private.


🟡 Stage 1 — Create Your First Workflow (8 min)

Part 1 — Open the Workflow Editor

  1. Open the repository.

  2. Go to the:

    Actions
    

    tab.

  3. Click:

    set up a workflow yourself
    

GitHub will automatically create:

.github/workflows/main.yml