Skip to content

Commit

Permalink
Fix GPG key import in O2 full deps GH action (#1405)
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel authored Sep 25, 2024
1 parent b7cebd5 commit eb1968e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/o2-full-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
apt update
apt install -y vim git devscripts build-essential lintian debhelper dh-python python3-all python3-setuptools python3-setuptools-scm
gpg --import - <<\EOF
cat <<\EOF | gpg --import
${{ secrets.LAUNCHPAD_PPA_GPG_KEY }}
EOF
Expand Down

0 comments on commit eb1968e

Please sign in to comment.