this repo has no description

Create tangle.yml

authored by jaspermayone.com and committed by GitHub 7a02d774 15202556

Changed files
+15
.github
workflows
+15
.github/workflows/tangle.yml
··· 1 + 2 + name: Tangle 3 + 4 + on: 5 + push: {} 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: jaspermayone.com/metro 15 + ssh-key: ${{ secrets.TANGLED_KEY }}