Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 666 Bytes

File metadata and controls

27 lines (18 loc) · 666 Bytes

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