GitHub Actions Certification

Introduction

Create Explore GitHub Account

In this guide, you’ll learn how to set up a GitHub account (or use an existing one), navigate the dashboard, and review your billing and plan limits—especially for GitHub Actions minutes and package storage. By the end, you’ll be familiar with the free plan’s offerings and where to find detailed billing documentation.

1. Sign Up for GitHub

  1. Go to https://github.com.
  2. Click Sign up (or Sign in if you already have an account).
  3. Enter your email, password, and username. Opt out of announcements if you prefer.
  4. Verify your email by entering the code sent to your inbox.
  5. Skip any optional personalization steps to finish setting up your dashboard.

The image shows a GitHub webpage with a space-themed background, featuring a call to action for developers to build and scale software using their platform.

The image shows a GitHub signup page where a user is entering their email, password, and username. The background is dark with a starry theme.

The image shows a GitHub verification page prompting the user to enter a launch code sent to their email. There's also a browser prompt asking if the user wants to save their password.

2. Explore the GitHub Dashboard

After signing in, the Dashboard is your central hub for:

  • Creating new repositories
  • Adding a profile README to showcase your work
  • Browsing activity feeds and trending projects

The image shows a GitHub dashboard with options to create a repository, updates to the homepage feed, and information about GitHub Universe 2023. There are sections for starting a new repository, introducing yourself with a profile README, and exploring repositories.

Tip

Customize your profile README to introduce yourself, share your projects, or link to your portfolio.

3. Review Billing & Plan Limits for GitHub Actions

To see your current plan and usage:

  1. Click your avatar → Settings.
  2. In the sidebar, select Billing & plans.

Under the free plan you get:

ResourceAllocationDescription
GitHub Actions minutes2,000 minutes/monthLinux runners only
Package storage500 MBGitHub Packages & workflow artifacts

The image shows a GitHub billing summary page for a personal account, displaying a $0.00 next payment and details of the current GitHub Free plan.

Scroll down to Usage report to download details by runner OS and see your package storage consumption.

Runner OS Costs

Windows runners cost 2× as much as Linux; macOS runners cost 10× as much. Plan your workflows accordingly.

4. Understand GitHub Actions Billing Documentation

For deeper insights, consult the official billing docs. You’ll find:

  • How multipliers affect your minute usage
  • Per-minute rates by CPU configuration and OS

The image shows a GitHub Docs page detailing billing and payments for GitHub Actions, including storage and minute usage for different plans and minute multipliers for various operating systems.

Below is a simplified rate overview. For the full, up-to-date table, see the official docs.

Operating SystemMultiplier vs LinuxExample Rate (USD/min)
Linux$0.008
Windows$0.016
macOS10×$0.080

The image shows a GitHub Docs page detailing per-minute rates for GitHub Actions based on different operating systems and vCPU configurations. The rates are listed in USD for Linux, Windows, and macOS.

References

Watch Video

Watch video content

Previous
Basics of CI CD