diff --git a/.github/workflows/gitlab-mirror.yaml b/.github/workflows/gitlab-mirror.yaml
new file mode 100644
index 0000000..dda349a
--- /dev/null
+++ b/.github/workflows/gitlab-mirror.yaml
@@ -0,0 +1,20 @@
+name: Sync Repository to GitLab
+
+on:
+ push
+
+jobs:
+ sync:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout all history
+ uses: actions/checkout@v4
+ with:
+ fetch-depth: 0
+
+ - name: Sync to GitLab
+ uses: keninkujovic/gitlab-sync@2.1.0
+ with:
+ gitlab_url: ${{ secrets.GITLAB_URL }}
+ username: ${{ secrets.GITLAB_USERNAME }}
+ gitlab_pat: ${{ secrets.GITLAB_PAT }}
diff --git a/TrailBlazr.slnx b/TrailBlazr.slnx
index 6b93967..6e39628 100644
--- a/TrailBlazr.slnx
+++ b/TrailBlazr.slnx
@@ -9,6 +9,7 @@
+