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