CICD using Github Actions
Usecases and Examples
- Refer Here for the use cases and examples for Github Actions
github context
setting variables and secrets
- Refer Here for using secrets and variables.
Reusing workflows
-
A reusable workflow is same as github action with a event
workflow_callwhere you can configure inputs - creating a reusable workflow
- calling a resuable workflow
- Refer Here for sample maven workflow
- Refer Here for calling workflow
