mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-12-24 06:18:40 +08:00
17 lines
445 B
YAML
17 lines
445 B
YAML
# SPDX-FileCopyrightText: 2023-2025 Steffen Vogel <post@steffenvogel.de>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/github-workflow.json
|
|
---
|
|
name: Mirror to Codeberg
|
|
|
|
on:
|
|
push:
|
|
delete:
|
|
|
|
jobs:
|
|
mirror:
|
|
uses: cunicu/.github/.github/workflows/mirror.yaml@v0.3.0
|
|
secrets:
|
|
CODEBERG_SSH_KEY: ${{ secrets.CODEBERG_SSH_KEY }}
|