From d3b2ebdb36c6cfd93d1dffd3285ddb359db7d670 Mon Sep 17 00:00:00 2001 From: Alex B <45384811+AB-xdev@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:50:07 +0100 Subject: [PATCH] Fix permissions for Renovate 39 https://github.com/renovatebot/github-action/issues/872 https://github.com/renovatebot/renovate/releases/tag/39.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10de37cd..6d3c3323 100644 --- a/README.md +++ b/README.md @@ -508,7 +508,7 @@ jobs: # are different than the ones given after the cache is restored. We have to # change ownership to solve this. We also need to have correct permissions in # the entire /tmp/renovate tree, not just the section with the repo cache. - sudo chown -R runneradmin:root /tmp/renovate/ + sudo chown -R 12021:0 /tmp/renovate/ ls -R $cache_dir - uses: renovatebot/github-action@v40.3.4