Mirror — see github.com/blacksky-algorithms/blacksky.community
6
fork

Configure Feed

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

ci: mirror to forge.blacksky.community

Pushes every ref to forge.blacksky.community/blackskyweb.xyz/blacksky.community
on every push, via gwennlbh/to-tangled (pinned to v0.5 SHA). The forge
copy is read-only.

+19
+19
.github/workflows/tangle.yml
··· 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/blacksky.community 18 + knot: knot.blacksky.community 19 + ssh-key: ${{ secrets.TANGLED_KEY }}