mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-11-10 12:03:46 +01:00
parent
91c6b7b724
commit
be036133d4
17
.github/workflows/call-build-distribution.yml
vendored
Normal file
17
.github/workflows/call-build-distribution.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Call build-distribution
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- ".github/workflows/**"
|
||||||
|
pull_request_target:
|
||||||
|
paths-ignore:
|
||||||
|
- ".github/workflows/**"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check_job:
|
||||||
|
uses: linuxdeepin/.github/.github/workflows/build-distribution.yml@master
|
||||||
|
secrets:
|
||||||
|
BUILD_GPG_PRIVATE_KEY: ${{ secrets.BUILD_GPG_PRIVATE_KEY }}
|
||||||
|
BUILD_SSH_PRIVATE_KEY: ${{ secrets.BUILD_SSH_PRIVATE_KEY }}
|
||||||
|
WEBDAV_PASSWD: ${{ secrets.WEBDAV_PASSWD }}
|
||||||
|
WEBDAV_USER: ${{ secrets.WEBDAV_USER }}
|
Loading…
Reference in New Issue
Block a user