tangled
alpha
login
or
join now
isabelroses.com
/
amifamousyet
0
fork
atom
scraping atproto for the most followed accounts
0
fork
atom
overview
issues
pulls
pipelines
ci: push to tangled
isabelroses.com
6 months ago
a0fcf20d
853e8e37
+15
1 changed file
expand all
collapse all
unified
split
.github
workflows
tangled.yml
+15
.github/workflows/tangled.yml
···
1
1
+
name: Tangle
2
2
+
3
3
+
on:
4
4
+
push: {}
5
5
+
workflow_dispatch: {}
6
6
+
7
7
+
jobs:
8
8
+
tangle:
9
9
+
runs-on: ubuntu-latest
10
10
+
steps:
11
11
+
- uses: gwennlbh/to-tangled@v0.3
12
12
+
with:
13
13
+
repo: isabelroses.com/amifamousyet
14
14
+
ssh-key: ${{ secrets.TANGLED_KEY }}
15
15
+