Skip to content

gitee-sync

gitee-sync #30

Workflow file for this run

name: gitee-sync
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
build:
name: gitee-sync
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
if: github.actor != 'dependabot[bot]' && github.repository_owner == 'AgoraIO-Community'
steps:
- name: Gitee sync repo
uses: Yikun/[email protected]
with:
src: github/AgoraIO-Community
dst: gitee/agoraio-community
white_list: 'agora-rest-client-nodejs'
static_list: 'agora-rest-client-nodejs'
cache_path: './cache'
dst_key: ${{ secrets.GITEE_PI_SSH }}
dst_token: ${{ secrets.GITEE_PRIVATE_TOKEN }}
force_update: true
account_type: org