Skip to content

Commit 7ba28c4

Browse files
CI: add pgp keys expire check
1 parent 29bfeb2 commit 7ba28c4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,22 @@ env:
1515
GO_VERSION: 1.23.12
1616

1717
jobs:
18+
########################
19+
# Check release signing keys
20+
########################
21+
pgp-key-expiration-check:
22+
name: Check release signing key expirations
23+
runs-on: ubuntu-latest
24+
steps:
25+
- name: Git checkout
26+
uses: actions/checkout@v4
27+
28+
- name: Check PGP key expirations
29+
run: scripts/check-pgp-expiry.sh
30+
31+
########################
32+
# Create release
33+
########################
1834
main:
1935
name: Release build
2036
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)