Skip to content

Commit 596696c

Browse files
CI: add pgp keys expire check
1 parent 192d833 commit 596696c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,22 @@ jobs:
540540
- name: Release notes check
541541
run: scripts/check-release-notes.sh
542542

543+
########################
544+
# Check release signing keys
545+
########################
546+
pgp-key-expiration-check:
547+
name: Check release signing key expirations
548+
runs-on: ubuntu-latest
549+
steps:
550+
- name: Git checkout
551+
uses: actions/checkout@v4
552+
553+
- name: Clean up runner space
554+
uses: ./.github/actions/cleanup-space
555+
556+
- name: Check PGP key expirations
557+
run: scripts/check-pgp-expiry.sh
558+
543559
########################
544560
# Backwards Compatibility Test
545561
########################

0 commit comments

Comments
 (0)