Skip to content

Mirror to Codeberg

Mirror to Codeberg #26

Workflow file for this run

name: Mirror to Codeberg
on:
push:
branches: ["main"]
delete:
create:
workflow_dispatch:
jobs:
mirror-repo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: "https://codeberg.org/nikoksr/notify.git"
GIT_USERNAME: "nikoksr"
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}