Merge pull request #78 from Opetushallitus/OK-602__pub-kerroksen-korj… #8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run current installed DBT Runner task | ||
on: | ||
workflow_call: | ||
inputs: | ||
environment: | ||
type: string | ||
required: true | ||
description: 'Environment which to deploy to (testi/tuotanto)' | ||
workflow_dispatch: | ||
inputs: | ||
environment: | ||
type: choice | ||
description: 'Environment which to deploy to' | ||
options: | ||
- testi | ||
- tuotanto | ||
permissions: | ||
id-token: write | ||
contents: read | ||
jobs: | ||
deploy: | ||
name: Run current installed DBT Runner task | ||
runs-on: ubuntu-latest |