Skip to content

Commit 29818a1

Browse files
authored
Merge pull request #8 from serlo/YV5TT-kulla-2025-05-11-17-39
feat: Sync to gitlab
2 parents a5da44b + b4c8d2d commit 29818a1

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Sync to GitLab
2+
on:
3+
push:
4+
branches:
5+
- main
6+
7+
jobs:
8+
sync:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Sync to GitLab
12+
uses: kulla/sync-to-gitlab@v1
13+
with:
14+
owner: stephan_kulla
15+
repository_name: serlo-github-profile
16+
token: ${{ secrets.GITLAB_TOKEN }}

0 commit comments

Comments
 (0)