We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1504f31 commit 8738604Copy full SHA for 8738604
.github/workflows/run-dbt-runner-task.yml
@@ -0,0 +1,26 @@
1
+name: Run current installed DBT Runner task
2
+
3
+on:
4
+ workflow_call:
5
+ inputs:
6
+ environment:
7
+ type: string
8
+ required: true
9
+ description: 'Environment which to deploy to (testi/tuotanto)'
10
+ workflow_dispatch:
11
12
13
+ type: choice
14
+ description: 'Environment which to deploy to'
15
+ options:
16
+ - testi
17
+ - tuotanto
18
19
+permissions:
20
+ id-token: write
21
+ contents: read
22
23
+jobs:
24
+ deploy:
25
+ name: Run current installed DBT Runner task
26
+ runs-on: ubuntu-latest
0 commit comments