Skip to content

Commit

Permalink
Add testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jan 3, 2025
1 parent 023271d commit bf5f283
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/virtualmin.dev:webmin-jailkit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "virtualmin.dev: virtualmin/webmin-jailkit"

on:
push:
branches:
- master

jobs:
build:
uses: webmin/webmin-ci-cd/.github/workflows/testing-master-workflow.yml@main
with:
build-type: module
project-name: ${{ github.event.repository.name }}
secrets:
DEV_GPG_PH: ${{ secrets.DEV_GPG_PH }}
DEV_IP_ADDR: ${{ secrets.DEV_IP_ADDR }}
DEV_UPLOAD_SSH_USER: ${{ secrets.DEV_UPLOAD_SSH_USER }}
DEV_UPLOAD_SSH_DIR: ${{ secrets.DEV_UPLOAD_SSH_DIR }}
DEV_SSH_PRV_KEY: ${{ secrets.DEV_SSH_PRV_KEY }}
DEV_SIGN_BUILD_REPOS_CMD: ${{ secrets.DEV_SIGN_BUILD_REPOS_CMD }}

0 comments on commit bf5f283

Please sign in to comment.