We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db8969 commit 81b0a5eCopy full SHA for 81b0a5e
.ci/gpg/create-keyring.sh
@@ -13,7 +13,7 @@ declare -r GPG_HOME="${DIR}/keyring"
13
declare -r SECRING_AUTO="${GPG_HOME}/secring.auto"
14
declare -r PUBRING_AUTO="${GPG_HOME}/pubring.auto"
15
16
-mkdir -p "$GPG_HOME"
+mkdir -p --mode 700 "$GPG_HOME"
17
cp "${DIR}"/*.auto* "${GPG_HOME}"
18
19
echo -e "\nDecrypting secret key..."
0 commit comments