this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

🔧 Mirror to tangled.sh

authored by

Gwenn Le Bihan and committed by
GitHub
57f5e1ac dfc6a38c

+14
+14
.github/workflows/tangle.sh
··· 1 + name: Tangle (mirro to tangled.sh) 2 + 3 + on: 4 + push: {} 5 + workflow_dispatch: {} 6 + 7 + jobs: 8 + tangle: 9 + runs-on: ubuntu-latest 10 + steps: 11 + - uses: gwennlbh/to-tangled@v0.3 12 + with: 13 + repo: gwen.works/to-tangled 14 + ssh-key: ${{ secrets.TANGLED_KEY }}