Skip to content

Fix to use sign and build command stored in secret #8

Fix to use sign and build command stored in secret

Fix to use sign and build command stored in secret #8

name: "webmin.dev: webmin/usermin"
on:
push:
branches:
- master
jobs:
build:
uses: webmin/webmin-ci-cd/.github/workflows/testing-master-workflow.yml@main
with:
build-type: package
project-name: usermin
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 }}