Skip to content

chore(main): release 0.4.1 #32

chore(main): release 0.4.1

chore(main): release 0.4.1 #32

Workflow file for this run

name: Mirror to Codeberg
on:
push:
branches: ["**"]
tags: ["**"]
workflow_dispatch:
permissions:
contents: read
jobs:
mirror:
name: Mirror
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
- name: Mirror to Codeberg
uses: cssnr/mirror-repository-action@2af5bf347684245f52b5f56502956a57f9b8813e # v1
with:
host: https://codeberg.org
username: thedavidweng
password: ${{ secrets.CODEBERG_TOKEN }}
force_push: true