mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 22:22:05 +00:00
meshtasticd: gpg tomfoolery (#5750)
This commit is contained in:
parent
15019e8663
commit
b2a89b8136
8
.github/workflows/build_debian_src.yml
vendored
8
.github/workflows/build_debian_src.yml
vendored
@ -27,8 +27,16 @@ jobs:
|
|||||||
platformio python3-protobuf python3-grpcio \
|
platformio python3-protobuf python3-grpcio \
|
||||||
libyaml-cpp-dev libgpiod-dev libbluetooth-dev libusb-1.0-0-dev libi2c-dev
|
libyaml-cpp-dev libgpiod-dev libbluetooth-dev libusb-1.0-0-dev libi2c-dev
|
||||||
|
|
||||||
|
- name: Import GPG key
|
||||||
|
uses: crazy-max/ghaction-import-gpg@v6
|
||||||
|
with:
|
||||||
|
gpg_private_key: ${{ secrets.PPA_GPG_PRIVATE_KEY }}
|
||||||
|
id: gpg
|
||||||
|
|
||||||
- name: Fetch libdeps, package debian source
|
- name: Fetch libdeps, package debian source
|
||||||
run: debian/ci_pack_sdeb.sh
|
run: debian/ci_pack_sdeb.sh
|
||||||
|
env:
|
||||||
|
GPG_KEY_ID: ${{ steps.gpg.outputs.keyid }}
|
||||||
|
|
||||||
- name: Get release version string
|
- name: Get release version string
|
||||||
run: |
|
run: |
|
||||||
|
2
debian/ci_pack_sdeb.sh
vendored
2
debian/ci_pack_sdeb.sh
vendored
@ -6,4 +6,4 @@ export PLATFORMIO_PACKAGES_DIR=pio/packages
|
|||||||
platformio pkg install -e native
|
platformio pkg install -e native
|
||||||
|
|
||||||
# Build the source deb
|
# Build the source deb
|
||||||
debuild -S
|
debuild -S -k$GPG_KEY_ID
|
||||||
|
Loading…
Reference in New Issue
Block a user