Skip to content

Commit c64a15c

Browse files
1 parent e37584e commit c64a15c

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Call build-distribution
2+
on:
3+
push:
4+
paths-ignore:
5+
- ".github/workflows/**"
6+
pull_request_target:
7+
paths-ignore:
8+
- ".github/workflows/**"
9+
10+
jobs:
11+
check_job:
12+
uses: linuxdeepin/.github/.github/workflows/build-distribution.yml@master
13+
secrets:
14+
BUILD_GPG_PRIVATE_KEY: ${{ secrets.BUILD_GPG_PRIVATE_KEY }}
15+
BUILD_SSH_PRIVATE_KEY: ${{ secrets.BUILD_SSH_PRIVATE_KEY }}
16+
WEBDAV_PASSWD: ${{ secrets.WEBDAV_PASSWD }}
17+
WEBDAV_USER: ${{ secrets.WEBDAV_USER }}

0 commit comments

Comments
 (0)