Initial commit

This commit is contained in:
deepin-community-ci-bot[bot]
2023-02-15 04:54:53 +00:00
committed by GitHub
commit 3beed837f7
13 changed files with 156 additions and 0 deletions

12
.github/workflows/backup-to-gitlab.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
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 }}