tangled
alpha
login
or
join now
tgirl.cloud
/
lix-diff
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
ci: add tangled mirror action
isabelroses.com
7 months ago
89341f4d
548e5436
+17
1 changed file
expand all
collapse all
unified
split
.github
workflows
tangled.yml
+17
.github/workflows/tangled.yml
···
1
1
+
name: Tangle
2
2
+
3
3
+
on:
4
4
+
workflow_dispatch: {}
5
5
+
push:
6
6
+
branches:
7
7
+
- main
8
8
+
9
9
+
jobs:
10
10
+
tangle:
11
11
+
runs-on: ubuntu-latest
12
12
+
13
13
+
steps:
14
14
+
- uses: gwennlbh/to-tangled@v0.3
15
15
+
with:
16
16
+
repo: tgirl.cloud/lix-diff
17
17
+
ssh-key: ${{ secrets.TANGLED_KEY }}