2024-07-14 16:56:59 -04:00
|
|
|
name: "git-mirror"
|
2024-07-03 22:08:35 -04:00
|
|
|
on:
|
|
|
|
push:
|
2024-07-14 10:28:53 -04:00
|
|
|
branches:
|
|
|
|
- master
|
2024-07-03 22:08:35 -04:00
|
|
|
workflow_dispatch:
|
2024-07-03 17:07:40 -04:00
|
|
|
jobs:
|
2024-07-14 17:00:41 -04:00
|
|
|
gitlab-sync:
|
2024-07-03 17:07:40 -04:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2024-07-14 17:04:17 -04:00
|
|
|
- uses: actions/checkout@main
|
2024-07-04 22:44:33 -04:00
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
2024-07-14 17:04:17 -04:00
|
|
|
- uses: yesolutions/mirror-action@master
|
2024-07-03 17:07:40 -04:00
|
|
|
with:
|
|
|
|
REMOTE: 'https://gitlab.com/alyraffauf/nixcfg.git'
|
|
|
|
GIT_USERNAME: alyraffauf
|
|
|
|
GIT_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}
|