Files
sientia-dataops-orchestrato…/.github/workflows/release.yml
vitor-aignosi 16fd31eccb SIENTIAPDE-1327
Refactor quality gate workflow to utilize shared template and streamline analysis steps. Inherit secrets and specify project name for improved configuration.
2025-10-23 09:58:39 -03:00

15 lines
310 B
YAML

name: Create Release on Merge to Main
on:
pull_request:
types: [closed]
branches:
- main
jobs:
release:
uses: Aignosi/github_workflow_templates/.github/workflows/dataops-module-release.yml@main
permissions: write-all
with:
project_name: 'orchestrator'
secrets: inherit