Skip to content

🎉 8789936.3

🎉 8789936.3 #12

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}}