Skip to content

Commit

Permalink
Merge pull request #145 in ADUC/apaas-widgets-web from sync-gitee to …
Browse files Browse the repository at this point in the history
…release/2.9.20

Squashed commit of the following:

commit e329ff6815051a57893597834cad6188c905e5c9
Author: renyifei <[email protected]>
Date:   Mon Dec 25 21:26:08 2023 +0800

    chore: add gitee sync
  • Loading branch information
任一飞 committed Dec 25, 2023
1 parent 61b4576 commit 43112ec
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/gitee-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: gitee-sync
on:
pull_request:
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]'
steps:
- name: Gitee sync repo
uses: Yikun/[email protected]
with:
src: github/AgoraIO-Community
dst: gitee/agoraio-community
white_list: "apaas-widgets-web"
static_list: "apaas-widgets-web"
cache_path: "./cache"
dst_key: ${{ secrets.GITEE_PI_SSH }}
dst_token: ${{ secrets.GITEE_PRIVATE_TOKEN }}
force_update: true
account_type: org

0 comments on commit 43112ec

Please sign in to comment.