2022-04-18 11:38:23 +02:00
|
|
|
name: backup to gitlab
|
|
|
|
on: [push]
|
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
jobs:
|
2022-08-30 11:12:24 +02:00
|
|
|
backup-to-gitlabwh:
|
|
|
|
uses: linuxdeepin/.github/.github/workflows/backup-to-gitlabwh.yml@master
|
|
|
|
secrets:
|
|
|
|
BRIDGETOKEN: ${{ secrets.BRIDGETOKEN }}
|
2022-04-18 11:38:23 +02:00
|
|
|
|
|
|
|
backup-to-gitee:
|
2022-08-30 11:12:24 +02:00
|
|
|
uses: linuxdeepin/.github/.github/workflows/backup-to-gitee.yml@master
|
|
|
|
secrets:
|
|
|
|
GITEE_SYNC_TOKEN: ${{ secrets.GITEE_SYNC_TOKEN }}
|