Skip to content
Snippets Groups Projects
Unverified Commit c881d304 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

ci: fix git perms (#18433)

parent 79fb6646
Branches
Tags 7.8.3
No related merge requests found
...@@ -71,6 +71,8 @@ jobs: ...@@ -71,6 +71,8 @@ jobs:
git config --global core.symlinks true git config --global core.symlinks true
git config --global user.email 'renovate@whitesourcesoftware.com' git config --global user.email 'renovate@whitesourcesoftware.com'
git config --global user.name 'Renovate Bot' git config --global user.name 'Renovate Bot'
# https://github.blog/2022-10-18-git-security-vulnerabilities-announced/
git config --global protocol.file.allow always
npm config set scripts-prepend-node-path true npm config set scripts-prepend-node-path true
git --version git --version
echo "Node $(node --version)" echo "Node $(node --version)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment