Skip to content

redbellynetwork/ci-cd-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 

Repository files navigation

CI/CD Workflows

This repository hosts reusable GitHub Actions workflows for CI/CD automation across the organization.
It ensures consistent, reliable, and maintainable pipelines for all projects.


🚀 Overview

All workflows are reusable via workflow_call and can be invoked from any repository.


🧩 Usage Example

In your repository, reference the shared workflow like this:

name: CI
on:
  push:
    branches: [main]

jobs:
  ensure-release-label:
    uses: redbellynetwork/ci-cd-workflows/.github/workflows/auto-update-release.yml@main
    secrets: inherit

About

Reusable GitHub Actions workflows for CI/CD automation across repositories

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors