GitHub Actions Overview
GitHub Actions is a feature of GitHub that allows users to automate software workflows directly in their repository, enabling continuous integration and deployment processes.
Categories:
less than a minute
GitHub Actions is a feature of GitHub that allows users to automate software workflows directly in their repository, enabling continuous integration and deployment processes.
less than a minute
OpenID Connect (OIDC) or a Service Principal Name (SPN) configuration allows your GitHub Actions workflows to access resources in Azure
10 minute read
Authentication in Github is the process of verifying the identity of the user who is trying to access a Git repository.
3 minute read
A GitHub fork is a copy of a repository that resides in your account, allowing you to make changes independently of the original repository, and propose those changes back to the original project through a pull request.
4 minute read
GitHub is a web-based platform that provides a graphical interface for working with Git repositories and managing collaborative software development projects. GitHub Actions is a feature of GitHub that allows users to automate software workflows directly in their repository, enabling continuous integration and deployment processes.
less than a minute
This GitHub Action will perform certain tasks against the Terraform code in the GitHub repository and produce logs of the results, update documentation, and send status messages to Slack.
2 minute read
This page will walk through deploying infrastructure in Azure using GitHub Actions and Terraform IaC
7 minute read
A classic workflow for using GitHub to clone a repository, make changes, create a new branch, request a pull request, and finally merge the changes into the main branch:
3 minute read
Personal access tokens (PATs) are a secure way to authenticate with a Git server without using your GitHub password.
2 minute read
This is a production site.