Skip to content

✨ QoL

✨ QoL #42

Workflow file for this run

name: sync2gitlab
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: keninkujovic/[email protected]
with:
gitlab_url: ${{secrets.GITLAB_URL}}
username: ${{secrets.GITLAB_USERNAME}}
gitlab_pat: ${{secrets.GITLAB_PAT}}