From f093979c04e998f94270ce9ed1c7cb8db40f0b9d Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 24 Nov 2025 17:52:50 +0000 Subject: [PATCH] run from usewr --- .github/workflows/gather_hubspot_data.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gather_hubspot_data.yml b/.github/workflows/gather_hubspot_data.yml index 0519b66..2762151 100644 --- a/.github/workflows/gather_hubspot_data.yml +++ b/.github/workflows/gather_hubspot_data.yml @@ -24,6 +24,7 @@ jobs: - name: Poetry install & run script run: | docker run \ + -u $(id -u):$(id -g) \ -v ${{ github.workspace }}:/workspaces/insight \ -w /workspaces/insight/backend \ latest-image \