Introduction
GitHub metrics are collected by a GitHub action triggered by a scheduled event. The GitHub action collects metrics from the GitHub API and posts the metrics to an Azure Function App webhook. The Azure Function App webhook is a secure endpoint that accepts the metrics payload and stores the metrics in a database.
In this section, you will learn how to:
- Create a fine-grained GitHub Personal Access Token (PAT).
- Upload GitHub secrets with the GitHub CLI.
- Add a GitHub action.