Skip to content

Commit

Permalink
Update gitlab.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Feb 6, 2025
1 parent 97a9e43 commit a07184a
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
name: Gitlab Mirror
name: Sync Repo to GitLab

on: [push, delete]
on:
push

jobs:
to_gitlab:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
[email protected]:endeavouros-filemirror/ISO-hotfixes.git
ssh_private_key:
${{ secrets.GITLAB_SYNC }}
- uses: keninkujovic/[email protected]
with:
gitlab_url: https://gitlab.com/endeavouros-filemirror/ISO-hotfixes.git
username: ${{ secrets.GITLAB_USR }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}

0 comments on commit a07184a

Please sign in to comment.