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 c74a4d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/o2-full-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,14 @@ jobs:
ALIBUILD_TAG: v1.17.11
ALIBUILD_DISTRO: ${{ matrix.ubuntu_codename }}
DEBIAN_FRONTEND: noninteractive
LAUNCHPAD_PPA_GPG_KEY: ${{ secrets.LAUNCHPAD_PPA_GPG_KEY }}

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 "$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 c74a4d8

Please sign in to comment.