Skip to content

Commit

Permalink
[gitlab.yml] adding to gitlab mirror
Browse files Browse the repository at this point in the history
killajoe authored Apr 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent da84921 commit 147262d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Gitlab Mirror

on: [push, delete]

jobs:
to_gitlab:
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/eos-bash-shared.git
ssh_private_key:
${{ secrets.GITLAB_SYNC }}

0 comments on commit 147262d

Please sign in to comment.