Compare commits
2 Commits
3ad2ef2616
...
30c9ace78c
Author | SHA1 | Date | |
---|---|---|---|
|
30c9ace78c | ||
f45c03d56e |
@ -19,8 +19,8 @@ if [[ -z "$PLUGIN_PRIVATE_KEY" ]]; then
|
|||||||
else
|
else
|
||||||
|
|
||||||
run_command "mkdir /root/.ssh"
|
run_command "mkdir /root/.ssh"
|
||||||
echo "$PLUGIN_PRIVATE_KEY" > /root/.ssh/id_ed
|
echo "$PLUGIN_PRIVATE_KEY" > /root/.ssh/id_ed25519
|
||||||
run_command chmod 400 /root/.ssh/id_ed
|
run_command chmod 400 /root/.ssh/id_ed25519
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$PLUGIN_VAULT_TOKEN" ]]; then
|
if [[ -n "$PLUGIN_VAULT_TOKEN" ]]; then
|
||||||
|
6
renovate.json
Normal file
6
renovate.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:base"
|
||||||
|
]
|
||||||
|
}
|
Reference in New Issue
Block a user