Skip to content

Update Integration #364

Update Integration

Update Integration #364

name: Update Integration
on:
workflow_dispatch:
inputs:
target_branch:
type: string
description: Release a specific branch of the core and wagons. Leave empty for intelligent defaults.
required: false
schedule:
- cron: 15 3 * * 1-5
jobs:
release:
uses: hitobito/hitobito/.github/workflows/release.yml@master
with:
composition: ${{ github.repository }}
release_type: regular
stage: integration
target_branch: ${{ inputs.target_branch }}
secrets: inherit