Skip to content

schedule node no need to parse party access info by dataset if it is … #242

schedule node no need to parse party access info by dataset if it is …

schedule node no need to parse party access info by dataset if it is … #242

Workflow file for this run

name: Sync to Gitee
on:
push:
branches:
- develop
jobs:
sync:
runs-on: ubuntu-latest
if: github.event.repository.fork == false
steps:
- name: Sync to Gitee
uses: abersheeran/sync-gitee-mirror@v1-beta
with:
repository: primihub/${{ github.event.repository.name }}
username: ${{ secrets.GITEE_USERNAME }}
password: ${{ secrets.GITEE_PASSWORD }}