We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192d833 commit 596696cCopy full SHA for 596696c
.github/workflows/main.yml
@@ -540,6 +540,22 @@ jobs:
540
- name: Release notes check
541
run: scripts/check-release-notes.sh
542
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
559
########################
560
# Backwards Compatibility Test
561
0 commit comments