Skip to content

Merge branch 'main' of https://github.com/Kinuseka/KSockets #4

Merge branch 'main' of https://github.com/Kinuseka/KSockets

Merge branch 'main' of https://github.com/Kinuseka/KSockets #4

Workflow file for this run

name: Sync Repository to GitLab
on:
push
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Sync to GitLab
uses: keninkujovic/gitlab-sync@2.1.0
with:
gitlab_url: ${{ secrets.GITLAB_URL }}
username: ${{ secrets.USERNAME }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}