Skip to content

Commit e4697b5

Browse files
committed
update sign key
1 parent 6a93541 commit e4697b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

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

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

0 commit comments

Comments
 (0)