Skip to content

Commit

Permalink
Fix GPG input
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Sep 25, 2024
1 parent eb1968e commit 11dea8d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/o2-full-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,12 @@ jobs:
ALIBUILD_TAG: v1.17.11
ALIBUILD_DISTRO: ${{ matrix.ubuntu_codename }}
DEBIAN_FRONTEND: noninteractive

steps:
- name: Install prerequisites
run: |
apt update
apt install -y vim git devscripts build-essential lintian debhelper dh-python python3-all python3-setuptools python3-setuptools-scm
cat <<\EOF | gpg --import
${{ secrets.LAUNCHPAD_PPA_GPG_KEY }}
EOF
echo -n "${{ secrets.LAUNCHPAD_PPA_GPG_KEY }}" | gpg --batch --import --pinentry-mode loopback
- name: Build a DEB for Ubuntu and push it to the PPA
run: |
Expand Down

0 comments on commit 11dea8d

Please sign in to comment.