SIENTIAPDE-1327: Replace existing release workflow with a template for improved maintainability and permissions
15 lines
306 B
YAML
15 lines
306 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: 'ingestor'
|
|
secrets: inherit |