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 7847d08 commit d8c88b8Copy full SHA for d8c88b8
.github/decodekey.sh
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+echo $PGP_SECRET | base64 --decode | gpg --batch --import
4
0 commit comments