Skip to content

Update gitlab.yml

Update gitlab.yml #133

Workflow file for this run

name: Sync Repo to GitLab
on:
push
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: keninkujovic/[email protected]
with:
gitlab_url: https://gitlab.com/endeavouros-filemirror/ISO-hotfixes.git
username: ${{ secrets.GITLAB_USR }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}