Skip to content

Commit

Permalink
Add GitHub to sync with GitLab
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed May 26, 2023
1 parent 8685926 commit b8da01e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/sync-to-git.gesis.org.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: GitLab Sync

on:
push:
branches:
- main

jobs:
sync:
name: GitLab Sync
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: action-pack/gitlab-sync@v3
with:
username: ${{ github.actor }}
url: https://git.gesis.org/methods-hub/minimal-example-qmd-rstats.git
token: ${{ secrets.GITLAB_TOKEN }}

0 comments on commit b8da01e

Please sign in to comment.