Skip to content

Commit 9c7b5e0

Browse files
committed
add transpireci
1 parent f88f73f commit 9c7b5e0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- newkube-migration
8+
9+
jobs:
10+
transpire-ci:
11+
uses: ocf/transpire-ci/.github/workflows/trigger.yml@master
12+
with:
13+
module_name: create
14+
secrets:
15+
TRANSPIRE_CI_PAT: ${{ secrets.TRANSPIRE_CI_PAT }}

0 commit comments

Comments
 (0)