We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf54f5 commit 81cc7b4Copy full SHA for 81cc7b4
.github/workflows/virtualmin.dev+virtualmin-config.yml
@@ -60,6 +60,7 @@ jobs:
60
CLOUD__UPLOAD_SSH_USER: ${{ secrets.DEV_UPLOAD_SSH_USER }}
61
CLOUD__UPLOAD_SSH_DIR: ${{ env.IS_RELEASE == 'true' && secrets.PRERELEASE_UPLOAD_SSH_DIR || secrets.DEV_UPLOAD_SSH_DIR }}
62
CLOUD__SSH_PRV_KEY: ${{ secrets.DEV_SSH_PRV_KEY }}
63
+ CLOUD__GPG_PH2: ${{ secrets.ALL_GPG_PH2 }}
64
RELEASE_TAG: ${{ github.event.release.tag_name }}
65
MANUAL_VERSION: ${{ inputs.version }}
66
run: |-
0 commit comments