Files
golang-1.22/.github/workflows/backup-to-gitlab.yml
deepin-community a5f8780ff0 Initial commit
2024-12-01 22:43:55 +08: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 }}