mirror of
https://github.com/aclist/dztui.git
synced 2025-04-14 08:03:01 +02:00
17 lines
411 B
YAML
17 lines
411 B
YAML
name: Mirror to Codeberg
|
|
|
|
on:
|
|
push:
|
|
|
|
jobs:
|
|
mirror-to-codeberg:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
with:
|
|
fetch-depth: 0
|
|
- uses: yesolutions/mirror-action@master
|
|
with:
|
|
REMOTE: ${{ env.GIT_REMOTE }}
|
|
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_PRIVATE_KEY }}
|
|
GIT_SSH_KNOWN_HOSTS: ${{ secrets.GIT_SSH_KNOWN_HOSTS }}
|