8000 GitHub - abinnovision/workflows: 💥 Repository for reusable GitHub Actions Workflows
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

abinnovision/workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

abinnovision/workflows

This repository contains a collection of GitHub Actions Workflows. Most of them are designed to be used within the abinnovision organization.

Workflows

These are the currently available workflows:

  • release-v2: Release workflow for all repositories using release-please.
  • release-please: Wrapper around release-please, which takes care about acquiring the GitHub App token. ( Deprecated)

Usage

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

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

Currently, there is no versioning of these workflows. The main branch is used as ref. Breaking changes to workflows will result in new workflow files.

About

💥 Repository for reusable GitHub Actions Workflows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0