From 7702390281a683bd1b7f977600016dd3e57c0e60 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Wed, 13 Oct 2021 11:47:59 +0200 Subject: [PATCH] try to create apps user and group in github actions --- .github/workflows/apps.test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index 86f18a4575c..feb0159e21f 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -92,6 +92,8 @@ jobs: install="true" echo "::set-output name=install::true" fi + groupadd apps -g 568 + useradd apps -u 568 -g 568 -d /home/apps -s /bin/bash - name: Install Helm if: ${{ matrix.app != '.gitkee' }}