this repo has no description
at main 17 lines 270 B view raw
1name: Tangle 2 3on: 4 workflow_dispatch: {} 5 push: 6 branches: 7 - main 8 9jobs: 10 tangle: 11 runs-on: ubuntu-latest 12 13 steps: 14 - uses: gwennlbh/to-tangled@v0.3 15 with: 16 repo: tgirl.cloud/gift-wrap 17 ssh-key: ${{ secrets.TANGLED_KEY }}