Skip to content

Commit

Permalink
Fix to pass secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jan 2, 2025
1 parent 0fc0c7f commit ec07d95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/webmin.dev:usermin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ jobs:
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 }}

0 comments on commit ec07d95

Please sign in to comment.