Skip to content

Commit

Permalink
Create gitlab-mirror.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgen-lentz authored Feb 4, 2025
1 parent 0e12361 commit 07d46eb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/gitlab-mirror.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: OR-Gitlab Mirror
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: ${{ secrets.OR_GITLAB_URL }}
target-username: ${{ secrets.OR_GITLAB_USERNAME }}
target-token: ${{ secrets.OR_GITLAB_ACCESS_TOKEN }

0 comments on commit 07d46eb

Please sign in to comment.