Skip to content

Shared Github Actions resources for re-using across FPF

Notifications You must be signed in to change notification settings

freedomofpress/actionslib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

actionslib

Library of reusable Github Actions workflows for use at FPF

Workflows intended for reuse are located in the workflows/ directory. Workflows there should not be confused for workflows in the .github/workflows/ directory, which are the CI/CD config for this repository specifically and are not intended for external usage.

To use one of these workflows in another repository, a snippet like the below can be added to the Github Actions workflow file, replacing <workflow> with the workflow filename under workflows/:

jobs:
  myRepoJob:
    uses: freedomofpress/actionslib/workflows/<workflow>.yaml@main

For more information on writing and using reusable workflows, see the documentation

About

Shared Github Actions resources for re-using across FPF

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published