Skip to content

Commit

Permalink
feat: add gitlab sync
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay authored May 27, 2022
1 parent 9ba2afb commit b44227d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/gitlab-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: GitlabSync

on:
push:
branches:
- "**"
workflow_dispatch:

jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: https://gitlab.com/fairdataihub/KnowMore.git
target-username: fairdataihub-bot
target-token: ${{ secrets.GITLAB_BOT }}

0 comments on commit b44227d

Please sign in to comment.