Skip to content

make paper-api compileOnly #3

make paper-api compileOnly

make paper-api compileOnly #3

Workflow file for this run

name: Mirroring
on: [push, delete]
jobs:
to_codeberg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@674e65a7d483ca28dafaacba0d07351bdcc8bd75 # v1
with:
target_repo_url:
git@codeberg.org:EchoNine/Kite.git
ssh_private_key:
${{ secrets.CODEBERG_MIRROR_PRIVATE_KEY }}