oms-Labeling/.github/workflows/image.yml
2023-09-25 02:43:06 +00:00

11 lines
246 B
YAML

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