Skip to content

Commit 1287af3

Browse files
committed
check sign key expire date
1 parent b5e1abe commit 1287af3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
9393
server-username: PUBLISH_USER
9494
server-password: PUBLISH_KEY
9595

96+
- name: Verify GPG Key Expiry
97+
run: |
98+
echo "${{ secrets.SIGN_KEY_ORG }}" | gpg --show-keys
99+
96100
- name: publish snapshot
97101
env:
98102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)