Skip to content

update mirror

update mirror #151

name: Mirroring

Check failure on line 1 in .github/workflows/MirrorToGitlab.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/MirrorToGitlab.yml

Invalid workflow file

`workflow` is not a valid event name
on: [ push, delete, workflow ]
jobs:
to_gitlab:
runs-on: ubuntu-latest
steps:
- uses: keninkujovic/gitlab-sync@2.0.0
with:
gitlab_url: https://gitlab.com/yomaq2/nix-config.git
username: ${{ secrets.USERNAME }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}