Skip to content

💥 Repository for reusable GitHub Actions Workflows

License

Notifications You must be signed in to change notification settings

abinnovision/workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abinnovision/workflows

This repository contains a collection of GitHub Actions Workflows. This repository has been designed to provide a comprehensive set of workflows that can be used to automate common development tasks and workflows.

Workflows

These are the currently available workflows:

  • release-please: Wrapper around release-please, which takes care about acquiring the GitHub App token.

Usage

All workflows within this repository can be used in other repositories like this:

# ...
jobs:
  <job>:
    uses: abinnovision/workflows/.github/workflows/<workflow>.yaml@master
    with:
      input-key: input-value
    secrets:
      secret-key: secret-value
# ...

Currently, there is no proper versioning of these workflows, therefore we use master as ref.

About

💥 Repository for reusable GitHub Actions Workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages