From ce3afb821fdfcf1d3fa122d7bd106938e94d65f2 Mon Sep 17 00:00:00 2001 From: Dennis Ranke Date: Mon, 30 Jan 2023 09:43:54 +0100 Subject: [PATCH] another attempt changing the owner to fix permission issue --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 347a7c6..ff77db3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,8 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: Change owner to root + run: chown -R root:root /github/workspace - name: checkout uses: actions/checkout@v3 - name: build_and_deploy