Skip to content

Update pyproject.toml #100

Update pyproject.toml

Update pyproject.toml #100

Workflow file for this run

name: OR-Gitlab Mirror
on:
- push
- delete
jobs:
sync:
runs-on: ubuntu-latest
name: Git Repo Sync
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: wangchucheng/[email protected]
with:
target-url: ${{ secrets.OR_GITLAB_URL }}
target-username: ${{ secrets.OR_GITLAB_USERNAME }}
target-token: ${{ secrets.OR_GITLAB_ACCESS_TOKEN }}