Skip to content

Merge pull request #2030 from serlo/dependabot/github_actions/actions… #78

Merge pull request #2030 from serlo/dependabot/github_actions/actions…

Merge pull request #2030 from serlo/dependabot/github_actions/actions… #78

name: Sync to GitLab
on:
push:
branches:
- staging
- production
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync to GitLab
uses: kulla/sync-to-gitlab@v1
with:
owner: stephan_kulla
repository_name: serlo-api-serlo-org
token: ${{ secrets.GITLAB_TOKEN }}