Skip to content

Commit 1e2c512

Browse files
committed
Add reusable workflow file
1 parent 934a110 commit 1e2c512

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: "virtualmin.dev: ${{ github.event.repository }}"
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
8+
jobs:
9+
build:
10+
uses: webmin/webmin-ci-cd/.github/workflows/testing-master-workflow.yml@main
11+
with:
12+
build-type: module
13+
project-name: ${{ github.event.repository.name }}
14+
secrets:
15+
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
16+
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}
17+
DEV_UPLOAD_SSH_USER: ${{ secrets.DEV_UPLOAD_SSH_USER }}
18+
DEV_UPLOAD_SSH_DIR: ${{ secrets.DEV_UPLOAD_SSH_DIR }}
19+
DEV_SSH_PRV_KEY: ${{ secrets.DEV_SSH_PRV_KEY }}

0 commit comments

Comments
 (0)