mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
Fix to pass secrets
This commit is contained in:
6
.github/workflows/webmin.dev:webmin.yml
vendored
6
.github/workflows/webmin.dev:webmin.yml
vendored
@ -11,3 +11,9 @@ jobs:
|
||||
with:
|
||||
build-type: package
|
||||
project-name: webmin
|
||||
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 }}
|
||||
|
Reference in New Issue
Block a user