basic notification system for atproto stuff using ntfy

Create tangled.yml

aylac.top 10657d1a aae94758

verified
Changed files
+15
.github
workflows
+15
.github/workflows/tangled.yml
··· 1 + name: Tangle 2 + 3 + on: 4 + push: 5 + branches: [main] 6 + workflow_dispatch: 7 + 8 + jobs: 9 + tangle: 10 + runs-on: ubuntu-latest 11 + steps: 12 + - uses: gwennlbh/to-tangled@v0.3 13 + with: 14 + repo: aylac.top/atproto-basic-notifications 15 + ssh-key: ${{ secrets.TANGLED_KEY }}