gitea-mirror.yml 455 B

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