forked from aylac.top/nixcfg
this repo has no description

Create tangled.yaml

aylac.top 83ae9021 9a9df0dd

verified
Changed files
+15
.github
workflows
+15
.github/workflows/tangled.yaml
···
+
name: Tangle
+
+
on:
+
push:
+
branches: [main]
+
workflow_dispatch:
+
+
jobs:
+
tangle:
+
runs-on: ubuntu-latest
+
steps:
+
- uses: gwennlbh/to-tangled@v0.3
+
with:
+
repo: aylac.top/nixcfg
+
ssh-key: ${{ secrets.TANGLED_KEY }}