codeberg-mirror.yml 466 B

123456789101112131415161718
  1. name: Mirror the repo to codeberg
  2. on: [push]
  3. jobs:
  4. codeberg-mirror:
  5. runs-on: ubuntu-latest
  6. steps:
  7. - name: mirror in codeberg
  8. uses: actions/checkout@v4
  9. with:
  10. fetch-depth: 0
  11. - uses: yesolutions/mirror-action@master
  12. with:
  13. REMOTE: 'https://codeberg.org/archy-linux/archy-dwm.git'
  14. REMOTE_NAME: codeberg
  15. GIT_USERNAME: anas-elgarhy
  16. GIT_PASSWORD: ${{ secrets.CODEBERG_TOKEN }}