Initial commit
This commit is contained in:
12
.github/workflows/backup-to-gitlab.yml
vendored
Normal file
12
.github/workflows/backup-to-gitlab.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user