Skip to content

Commit b97bc21

Browse files
authored
Merge pull request #49 from serlo/Ark4r-kulla-2025-04-05-16-28
chore: Sync to GitLab
2 parents 861741a + 2f5ac3d commit b97bc21

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
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-mysql-database
16+
token: ${{ secrets.GITLAB_TOKEN }}

0 commit comments

Comments
 (0)