Skip to content

Commit 6a93541

Browse files
committed
update sign key
1 parent 22cbeff commit 6a93541

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ jobs:
9595

9696
- name: Verify GPG Key Expiry
9797
run: |
98-
echo "${{ secrets.SIGN_KEY_ORG }}" | gpg --show-keys
98+
echo "${{ secrets.SIGN_KEY_2026 }}" | gpg --show-keys
9999
100100
- name: publish snapshot
101101
env:
102102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103-
SIGN_KEY: ${{ secrets.SIGN_KEY_ORG }}
103+
SIGN_KEY: ${{ secrets.SIGN_KEY_2026 }}
104104
SIGN_KEY_PASS: ${{ secrets.SIGN_PWD }}
105105
PUBLISH_USER: ${{ secrets.PUBLISH_USER }}
106106
PUBLISH_KEY: ${{ secrets.PUBLISH_KEY }}

0 commit comments

Comments
 (0)