From 80524aad74895d28a441584b5fa5889e957e5107 Mon Sep 17 00:00:00 2001 From: Alex B <45384811+AB-xdev@users.noreply.github.com> Date: Wed, 6 Nov 2024 10:17:13 +0100 Subject: [PATCH] docs: Fix permissions for Renovate 39 (#873) 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 10de37cd763..6d3c33235eb 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