Skip to content

Commit

Permalink
[gitlab.yml] set to keninkujovic/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
killajoe authored Feb 8, 2025
1 parent 536113b commit cc37e5a
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/EndeavourOS-ISO.git
ssh_private_key:
${{ secrets.GITLAB_SYNC }}
- uses: keninkujovic/[email protected]
with:
gitlab_url: https://gitlab.com/endeavouros-filemirror/PKGBUILDS.git
username: ${{ secrets.GITLAB_USR }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}

0 comments on commit cc37e5a

Please sign in to comment.