Skip to content

Commit

Permalink
docs: Fix permissions for Renovate 39 (#873)
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev authored Nov 6, 2024
1 parent 62e9650 commit 80524aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 80524aa

Please sign in to comment.