https://github.com/osinfra-io/github-misc-called-workflows
Miscellaneous Reusable GitHub Called Workflow examples.
https://github.com/osinfra-io/github-misc-called-workflows
github github-actions github-organization-management-platform osinfra platform-team
Last synced: 3 months ago
JSON representation
Miscellaneous Reusable GitHub Called Workflow examples.
- Host: GitHub
- URL: https://github.com/osinfra-io/github-misc-called-workflows
- Owner: osinfra-io
- License: gpl-2.0
- Created: 2022-11-12T22:19:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-27T19:31:33.000Z (5 months ago)
- Last Synced: 2026-02-25T17:33:04.324Z (4 months ago)
- Topics: github, github-actions, github-organization-management-platform, osinfra, platform-team
- Homepage: https://www.osinfra.io
- Size: 176 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
#
Miscellaneous Called Workflows
Reusing workflows avoids duplication. This makes workflows easier to maintain and allows you to create new workflows
more quickly by building on the work of others, just as you do with actions.
Workflow reuse also promotes best practice by helping you to use workflows that are well designed, have already been
tested, and have been proved to be effective. Your organization can build up a library of reusable workflows that can
be centrally maintained.
## Reusing Workflows
Rather than copying and pasting from one workflow to another, you can make workflows [reusable](https://docs.github.com/en/actions/learn-github-actions/reusing-workflows). You and anyone with access to the reusable workflow can then call the reusable workflow from another workflow.
### Workflows
- [add-to-project.yml](.github/workflows/add-to-project.yml)
- [build-and-push](.github/workflows/build-and-push.yml)
- [dependabot.yml](.github/workflows/dependabot.yml)
- [nuclei.yml](.github/workflows/nuclei.yml)