Skip to content

🎉 8798107.2

🎉 8798107.2 #61

Workflow file for this run

name: sync2gitlab
on:
push:
branches:
- Localizations
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: keninkujovic/gitlab-sync@2.0.0
with:
gitlab_url: ${{secrets.GITLAB_URL}}
username: ${{secrets.GITLAB_USERNAME}}
gitlab_pat: ${{secrets.GITLAB_PAT}}