Skip to content

Commit

Permalink
chore(ci): re-enable mirroring
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish authored Jun 10, 2022
1 parent 8a2826d commit bdc527e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/mirroring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Mirroring

on:
push:
branches:
- "master"

jobs:
to_gitlab:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: [email protected]:insert/revolt-vite.git
ssh_private_key: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}

0 comments on commit bdc527e

Please sign in to comment.