GitHub
GitHub
GitHub

Custom Actions in GitHub Actions

2023-03-07

Custom Actions in GitHub Actions

This article provides a guide to creating custom GitHub Actions, delving into the three main types - Docker Container Actions, JavaScript Actions, and Composite Run Steps Actions.

GitHub
GitHub
GitHub Actions
GitHub Actions
Environment variables in GitHub Actions

2023-03-06

Environment variables in GitHub Actions

This article guides you through managing environment variables and handling sensitive data with secrets in GitHub Actions, ensuring secure and efficient workflows for your development projects.

GitHub
GitHub
GitHub Actions
GitHub Actions
Conditional Execution in GitHub Actions

2023-03-05

Conditional Execution in GitHub Actions

This article covers how to use conditional execution in GitHub Actions to control when certain steps or jobs in a workflow should run.

GitHub
GitHub
GitHub Actions
GitHub Actions
Actions in GitHub Actions

2023-03-04

Actions in GitHub Actions

This article provides an in-depth overview of the different types of actions in GitHub Actions, including GitHub Marketplace Actions, Third-Party Actions, Container Images from Docker Hub, and how to create your own custom actions.

GitHub
GitHub
GitHub Actions
GitHub Actions
Artifacts and Job Outputs in GitHub Actions

2023-03-04

Artifacts and Job Outputs in GitHub Actions

This article offers ab exploration of artifacts and job outputs in GitHub Actions, showcasing their potential through practical examples. Discover how to effectively share data between actions and jobs.

GitHub
GitHub
GitHub Actions
GitHub Actions
Integrating Black with GitHub Actions

2023-03-03

Integrating Black with GitHub Actions

This article explians how to integrate Black, a Python code formatter, with GitHub Actions.

GitHub
GitHub
GitHub Actions
GitHub Actions
Python
Python
Setting Up Python 3.10 in GitHub Actions

2023-03-03

Setting Up Python 3.10 in GitHub Actions

This article shows you the process of setting up Python 3.10 in GitHub Actions while addressing and resolving version compatibility issues caused by YAML's handling of floating-point numbers.

GitHub
GitHub
GitHub Actions
GitHub Actions
Python
Python
Triggering Workflows in GitHub Actions

2023-03-03

Triggering Workflows in GitHub Actions

This article delves into triggering workflows in GitHub Actions, covering event-driven pipelines, events and triggers, scheduled workflows, and manual workflows. Learn how to leverage push, pull request, repository, and issue events to create efficient pipelines. Explore cron syntax for scheduling workflows and setting up manual workflows with the workflow_dispatch event. Finally, discover how to combine multiple triggers for more complex workflows tailored to your project's needs.

GitHub
GitHub
GitHub Actions
GitHub Actions
git: 'secrets' is not a git command

2023-02-03

git: 'secrets' is not a git command

This article explains what to do when you encounter the git: 'secrets' is not a git command error in GitHub Desktop.

GitHub
GitHub
PyGithub

2023-02-03

PyGithub

This article covers the basics of PyGithub, a Python library that simplifies the interaction with the GitHub API. It explains how to install PyGithub, create a personal access token, and authenticate with the GitHub API. It also shows how to perform various tasks like creating a repository, creating an issue, creating, updating and deleting files, committing changes, creating a pull request, creating a comment, working with branches, merging pull requests, and editing multiple files.

GitHub
GitHub
What is GitHub Actions

2023-02-03

What is GitHub Actions

This article provides an in-depth introduction to GitHub Actions, an automation platform integrated within GitHub to streamline and optimize software development processes. Learn about the main components of GitHub Actions, including events, jobs, and actions, and discover how to set up your repository, create custom workflows, and utilize predefined actions. The article also covers the basic syntax and structure of workflow files and explores GitHub Actions' pricing model for public and private repositories.

GitHub
GitHub
GitHub Actions
GitHub Actions
Updating AWS ECR Image Using OIDC with GitHub Actions

2022-09-05

Updating AWS ECR Image Using OIDC with GitHub Actions

This article introduces how to push an ECR image using GitHub Actions and the OpenID Connect (OIDC) protocol.

GitHub
GitHub
GitHub Actions
GitHub Actions
Terraform
Terraform
AWS
AWS