Skip to content

Commit 2129209

Browse files
committed
ci: mirror to forge.blacksky.community
Pushes every ref to forge.blacksky.community/blackskyweb.xyz/rsky on every push, via gwennlbh/to-tangled (pinned to v0.5 SHA). The forge copy is read-only — GitHub stays the source of truth.
1 parent 072eedc commit 2129209

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/tangle.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Mirror to forge.blacksky.community
2+
3+
on:
4+
push: {}
5+
workflow_dispatch: {}
6+
7+
permissions:
8+
contents: read
9+
pull-requests: read
10+
11+
jobs:
12+
tangle:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- uses: gwennlbh/to-tangled@6867d16fd934f3fe27df0a540dbd6375ea88b31c # v0.5
16+
with:
17+
repo: blackskyweb.xyz/rsky
18+
knot: knot.blacksky.community
19+
ssh-key: ${{ secrets.TANGLED_KEY }}

0 commit comments

Comments
 (0)