Skip to content

Collection of shared workflows (be aware, this repository is public)

Notifications You must be signed in to change notification settings

elseu/sdu-public-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

sdu-public-workflows

Collection of shared workflows

This repository holds a collection of workflows that can be used by other repositories.

⚠️ This repository is public - so be careful to not include any secrets or anything in here!

To use a workflow, include it in the .github/workflows/*.yml file like described in the docs

Example:

.github/workflows/sync.yml

name: Sync main to develop

on:
  push:
    branches:
      - main

jobs:
  sync-branches:
    uses: elseu/sdu-public-workflows/.github/workflows/sync-main-to-develop.yml@main
    secrets: inherit

About

Collection of shared workflows (be aware, this repository is public)

Resources

Stars

Watchers

Forks

Packages

No packages published