guide.deepin.org/.github/workflows/backup-to-gitlab.yml

13 lines
278 B
YAML
Raw Normal View History

2023-02-15 12:54:53 +08:00
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 }}