Skip to content
Snippets Groups Projects
Commit 9fab7fb4 authored by Igor Witz's avatar Igor Witz
Browse files

Update decrypt-secrets.sh

parent 6d46e286
No related branches found
No related tags found
1 merge request!35Gestion des secrets
Pipeline #39675 failed
#!/bin/sh
echo $PRIVATE_GPG_KEY_TEST | gpg --import
SANITIZED_KEY=$(cat -e key-test | sed 's/\$/\\n/g')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment