Skip to content

Mirror to Codeberg

Mirror to Codeberg #2

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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 }}