archy-dwm/.github/workflows/gitea-mirror.yml

18 lines
450 B
YAML
Raw Normal View History

2023-05-11 15:18:47 +00:00
name: Mirror the repo to Gitea
on: [ push ]
jobs:
gitea-mirror:
2023-05-11 15:26:35 +00:00
runs-on: ubuntu-latest
steps:
- name: mirror in Gitea
uses: actions/checkout@v4
2023-05-11 15:26:35 +00:00
with:
fetch-depth: 0
- uses: yesolutions/mirror-action@master
with:
REMOTE: 'https://gitea.com/archy-linux/archy-dwm.git'
REMOTE_NAME: gitea
GIT_USERNAME: anas-elgarhy
GIT_PASSWORD: ${{ secrets.GITEA_TOKEN }}