.profile/.github/workflows/mirror.yml
Gaspard Wierzbinski ae463260b4
Create mirror.yml
2024-11-04 11:26:25 +01:00

17 lines
413 B
YAML

on: [workflow_call]
jobs:
mirror:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: "https://codeberg.org/${{ github.action_repository }}.git"
GIT_USERNAME: CPlusPatch
GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}