Skip to content

Commit

Permalink
Create mirror_repo_to_gitlab.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoIsALie authored Jul 19, 2024
1 parent a111a0f commit e4df72b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/mirror_repo_to_gitlab.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Mirror repo to GitLab

on: [push, delete]

jobs:
call-dream-ops-mirror-workflow:
uses: dream/.github/workflows/mirror-repo.yml@main
secrets:
GITLAB_URL: ${{ secrets.GITLAB_URL }}
GITLAB_USER: ${{ secrets.GITLAB_USER }}
GITLAB_PASSWORD: ${{ secrets.GITLAB_PASSWORD }}

0 comments on commit e4df72b

Please sign in to comment.