Skip to content

Commit

Permalink
Add mirroring
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonm23 committed Sep 20, 2022
1 parent 10accb0 commit 14112f2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "Mirrored at notabug.org"

on: [push, delete]

jobs:
to_notabug:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
"[email protected]:${{ github.repository }}.git"

ssh_private_key:
${{ secrets.MIRROR_PUSH_KEY }}

0 comments on commit 14112f2

Please sign in to comment.