From b030fce017ae6e2573fd964a3ee1e9e5d4101a2c Mon Sep 17 00:00:00 2001 From: Patrick Stephens Date: Mon, 13 Nov 2023 15:12:21 +0000 Subject: [PATCH] add permissions Signed-off-by: Patrick Stephens --- .github/workflows/openshift.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/workflows/openshift.yaml b/.github/workflows/openshift.yaml index 9362409..8b3a5b1 100644 --- a/.github/workflows/openshift.yaml +++ b/.github/workflows/openshift.yaml @@ -17,6 +17,8 @@ jobs: run: | sudo groupadd libvirt || true sudo usermod -a -G libvirt $USER + sudo systemctl enable --now NetworkManager + exec newgrp libvirt shell: bash - name: Download CRC @@ -44,13 +46,13 @@ jobs: /usr/local/bin/crc config set skip-check-user-in-libvirt-group true shell: bash - # - name: Set up CRC - # run: /usr/local/bin/crc setup - # shell: bash + - name: Set up CRC + run: /usr/local/bin/crc setup + shell: bash - # - name: Start up CRC VM - # run: /usr/local/bin/crc start - # shell: bash + - name: Start up CRC VM + run: /usr/local/bin/crc start + shell: bash - name: Allow SSH login remotely to work with it uses: self-actuated/connect-ssh@master