guide.deepin.org/.github/workflows/backup-to-gitlab.yml
deepin-community-ci-bot[bot] 3beed837f7
Initial commit
2023-02-15 04:54:53 +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 }}