Skip to content

Commit 81cc7b4

Browse files
committed
Add a new secret
1 parent caf54f5 commit 81cc7b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/virtualmin.dev+virtualmin-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
CLOUD__UPLOAD_SSH_USER: ${{ secrets.DEV_UPLOAD_SSH_USER }}
6161
CLOUD__UPLOAD_SSH_DIR: ${{ env.IS_RELEASE == 'true' && secrets.PRERELEASE_UPLOAD_SSH_DIR || secrets.DEV_UPLOAD_SSH_DIR }}
6262
CLOUD__SSH_PRV_KEY: ${{ secrets.DEV_SSH_PRV_KEY }}
63+
CLOUD__GPG_PH2: ${{ secrets.ALL_GPG_PH2 }}
6364
RELEASE_TAG: ${{ github.event.release.tag_name }}
6465
MANUAL_VERSION: ${{ inputs.version }}
6566
run: |-

0 commit comments

Comments
 (0)