Skip to content

Commit 2fceaa1

Browse files
1 parent 68e54a1 commit 2fceaa1

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: backup to gitlab
2+
on: [push]
3+
4+
concurrency:
5+
group: ${{ github.workflow }}
6+
cancel-in-progress: true
7+
8+
jobs:
9+
backup-to-gitlabwh:
10+
uses: deepin-community/.github/.github/workflows/backup-to-gitlabwh.yml@master
11+
secrets:
12+
BRIDGETOKEN: ${{ secrets.BRIDGETOKEN }}

.github/workflows/call-auto-tag.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ concurrency:
1212

1313
jobs:
1414
auto_tag:
15-
uses: linuxdeepin/.github/.github/workflows/auto-tag.yml@master
16-
secrets: inherit
15+
uses: deepin-community/.github/.github/workflows/auto-tag.yml@master
16+
secrets:
17+
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/call-chatOps.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: chatOps
2+
on:
3+
issue_comment:
4+
types: [created]
5+
6+
jobs:
7+
chatopt:
8+
uses: deepin-community/.github/.github/workflows/chatOps.yml@master
9+
secrets: inherit

0 commit comments

Comments
 (0)