Skip to content

Commit 6cef163

Browse files
committed
tangled
1 parent 058bd03 commit 6cef163

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/tangled.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
on:
2+
workflow_dispatch:
3+
push:
4+
concurrency:
5+
group: tangled
6+
cancel-in-progress: true
7+
jobs:
8+
tangled:
9+
uses: vic/vic/.github/workflows/tangled.yml@main
10+
secrets:
11+
TANGLED_SSH_KEY: ${{secrets.TANGLED_SSH_KEY}}

0 commit comments

Comments
 (0)