minetest-mirrors/.github/workflows/gitlab-com.yml

22 lines
379 B
YAML

name: gitlab-com
on:
schedule:
- cron: '0 * * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- name: pipeworks
run: ./mirror.sh
env:
source_repo: https://gitlab.com/VanessaE/pipeworks.git
github_repo: pipeworks.git
branch: master
access_token: ${{ secrets.ACCESS_TOKEN }}