Skip to content

jaudiger/reusable-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Reusable Workflows

Getting Started

This repository holds all the reusable GitHub Actions workflows that I'm using in my projects hosted on GitHub. I could also create my own GitHub Actions to be then called from other repositories, but I prefer to use this approach to have a centralized place to manage and update my workflows.

Calling workflows from other repositories is as simple as:

jobs:
  call-workflow:
    uses: jaudiger/reusable-workflows/.github/workflows/call-workflow.yml@ref
    secrets: inherit

About

Reusable GitHub Actions workflows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors