mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
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
This commit is contained in:
parent
62e9650d02
commit
80524aad74
1 changed files with 1 additions and 1 deletions
|
|
@ -508,7 +508,7 @@ jobs:
|
||||||
# are different than the ones given after the cache is restored. We have to
|
# 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
|
# 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.
|
# 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
|
ls -R $cache_dir
|
||||||
|
|
||||||
- uses: renovatebot/github-action@v40.3.4
|
- uses: renovatebot/github-action@v40.3.4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue