Remove gitlab mirror

This commit is contained in:
2025-09-13 13:55:09 +02:00
parent 2c369174dd
commit 900385b0ec
2 changed files with 1 additions and 21 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
env:
Configuration: Release
Solution_Path: Squealify.sln
Solution_Path: Squealify.slnx
Source_Project_Path: Squealify.csproj
Actions_Allow_Unsecure_Commands: true
-20
View File
@@ -1,20 +0,0 @@
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 }}