Skip to content

Commit

Permalink
set vnc password
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed May 17, 2024
1 parent 12a3d82 commit 497c628
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 497c628

Please sign in to comment.