tmp_suning_uos_patched/.github/workflows/backup-to-gitlab.yml
deepin-community-bot 48ff52c141 chore: Sync by
2022-09-22 07:44:04 +00:00

13 lines
278 B
YAML

name: backup to gitlab
on: [push]
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: true
jobs:
backup-to-gitlabwh:
uses: deepin-community/.github/.github/workflows/backup-to-gitlabwh.yml@master
secrets:
BRIDGETOKEN: ${{ secrets.BRIDGETOKEN }}