Skip to content

Commit

Permalink
build: adding Codeberg sync
Browse files Browse the repository at this point in the history
  • Loading branch information
arcuru committed Oct 2, 2024
1 parent f9b604b commit ca43582
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/codeberg-mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Codeberg Sync
on:
push:
branches:
- '**'

jobs:
codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: [email protected]:arcuru/pokem.git
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
GIT_SSH_NO_VERIFY_HOST: "true"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ It is built using [headjack](https://github.com/arcuru/headjack), a Matrix bot f
If this seems familiar, that's because it's a clone of the core feature of [ntfy.sh](https://ntfy.sh), but only using Matrix.
I'd encourage you to check out that project to see if it better suits your needs.

## Repository

**Mirrored on [GitHub](https://github.com/arcuru/pokem) and [Codeberg](https://codeberg.org/arcuru/pokem). GitHub is the official repo, but use either repo to contribute. Issues can't be synced so there may be some duplicates.**

## Getting Help

There is a public Matrix room available at [#pokem:jackson.dev](https://matrix.to/#/#pokem:jackson.dev)
Expand Down

0 comments on commit ca43582

Please sign in to comment.