tangled
alpha
login
or
join now
aylac.top
/
atproto-basic-notifications
2
fork
atom
basic notification system for atproto stuff using ntfy
2
fork
atom
overview
issues
pulls
pipelines
Create tangled.yml
aylac.top
6 months ago
10657d1a
aae94758
verified
This commit was signed with the committer's
known signature
.
aylac.top
SSH Key Fingerprint:
SHA256:0I0RwJANCpgZd/yP0LOSXWEd0lfj1yyKsKISzeJAJ78=
+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
+
branches: [main]
6
6
+
workflow_dispatch:
7
7
+
8
8
+
jobs:
9
9
+
tangle:
10
10
+
runs-on: ubuntu-latest
11
11
+
steps:
12
12
+
- uses: gwennlbh/to-tangled@v0.3
13
13
+
with:
14
14
+
repo: aylac.top/atproto-basic-notifications
15
15
+
ssh-key: ${{ secrets.TANGLED_KEY }}