Skip to content

chore: add README

chore: add README #2

Workflow file for this run

name: Mirror to Codeberg
on:
push:
branches:
- main
permissions:
contents: read
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://codeberg.org/coignard/apogee-sdk.git'
GIT_USERNAME: coignard
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}