From 497c62890a688ba1cbcf37656f35a6c1e9543995 Mon Sep 17 00:00:00 2001 From: Gustl22 Date: Fri, 17 May 2024 18:06:52 +0200 Subject: [PATCH] set vnc password --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd585c7bd..fa18c5ce1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -295,7 +295,8 @@ jobs: - run: | sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart \ -activate -configure -access -on \ - -clientopts -setvnclegacy -vnclegacy yes \ + -clientopts -setvnclegacy -vnclegacy yes -setvncpw -vncpw mypassword \ + -allowaccessfor -allusers \ -restart -agent -privs -all - name: Setup tmate session uses: mxschmitt/action-tmate@v3