Skip to content

Commit

Permalink
Update CI snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebocher authored Nov 8, 2024
1 parent e9d7821 commit e894c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Install the GPG secret key
- name: Install gpg secret key
run: |
cat <(echo -e "${{ secrets.GPG_KEY_NAME}}") | gpg --batch --import
cat <(echo -e "${{ secrets.MAVEN_SIGNGING_KEY}}") | gpg --batch --import
gpg --list-secret-keys --keyid-format LONG
# Deploy the snapshot
Expand Down

0 comments on commit e894c02

Please sign in to comment.