mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-25 21:21:33 +02:00
CI: add pgp keys expire check
This commit is contained in:
16
.github/workflows/release.yaml
vendored
16
.github/workflows/release.yaml
vendored
@@ -15,6 +15,22 @@ env:
|
|||||||
GO_VERSION: 1.23.12
|
GO_VERSION: 1.23.12
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
########################
|
||||||
|
# Check release signing keys
|
||||||
|
########################
|
||||||
|
pgp-key-expiration-check:
|
||||||
|
name: Check release signing key expirations
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Git checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Check PGP key expirations
|
||||||
|
run: scripts/check-pgp-expiry.sh
|
||||||
|
|
||||||
|
########################
|
||||||
|
# Create release
|
||||||
|
########################
|
||||||
main:
|
main:
|
||||||
name: Release build
|
name: Release build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Reference in New Issue
Block a user