Skip to content

Commit

Permalink
Fix to use master workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jan 2, 2025
1 parent f056e62 commit 5a3ec11
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 34 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/virtualmin.dev:virtualmin-awstats.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "virtualmin.dev: virtualmin/virtualmin-awstats"

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 }}
34 changes: 0 additions & 34 deletions .github/workflows/webmin.dev:awstats.yml

This file was deleted.

0 comments on commit 5a3ec11

Please sign in to comment.