Merge pull request #2030 from serlo/dependabot/github_actions/actions… #78
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |