Skip to content

Commit ed10dcf

Browse files
committed
Fix to drop obsolete secret
1 parent e48db66 commit ed10dcf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/virtualmin+cloudmin.dev+slib.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
CLOUD__UPLOAD_SSH_DIR_VM: ${{ env.IS_RELEASE == 'true' && secrets.PRERELEASE_UPLOAD_SSH_DIR_VM || secrets.DEV_UPLOAD_SSH_DIR_VM }}
4949
CLOUD__UPLOAD_SSH_DIR_CM: ${{ env.IS_RELEASE == 'true' && secrets.PRERELEASE_UPLOAD_SSH_DIR_CM || secrets.DEV_UPLOAD_SSH_DIR_CM }}
5050
CLOUD__SSH_PRV_KEY: ${{ secrets.DEV_SSH_PRV_KEY }}
51-
CLOUD__SIGN_BUILD_REPOS_CMD: ${{ secrets.DEV_SIGN_BUILD_REPOS_CMD }}
5251
run: |-
5352
5453
# Fail on error

0 commit comments

Comments
 (0)