We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecdfd56 commit 2984376Copy full SHA for 2984376
1 file changed
.github/workflows/reuse_launchpad.yml
@@ -25,6 +25,7 @@ jobs:
25
chmod +x ./**/*.pl
26
27
- name: Import keys
28
+ run: |
29
mkdir ./gpg
30
echo "${{ secrets.GPG_PUB_KEY }}" | base64 -d > ./gpg/pub.key
31
echo "${{ secrets.GPG_SECRET_KEY }}" | base64 -d > ./gpg/secret.key
0 commit comments