oms-MyPrivate/.github/workflows/main.yml
2023-09-25 01:27:19 +00:00

11 lines
234 B
YAML
Executable File

name: CI
on: [push, pull_request]
jobs:
general_module_workflow:
uses: Karaka-Management/Karaka/.github/workflows/module.yml@develop
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT }}